-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: testing the tiny yolo v2 model * wip: processing output of tiny yolo v2 * add softmax * bug: the image encoding / decoding is not working * chore: maintenance * fix: bad commit * chore: new way to evaluate for testing purpose * chore: back to the [][][]int output for ease of processing * feat: test * fix: images are handled as 8 bits * feat: display elements with confidence > 30% * feat: drawibg rectangle on the picture, but result is still weird * feat: prediction looks ok! * chore: add a readme * chore: housecleaning * feat: add basic labeling * chore: housecleaning * chore: add a pointer to the example subdirectory * chore: changed the threshold * chore: add output information * feat: auto-resize of the image and sanitization with IoU * chore: changed default value * chore: housekeeping * feat: by default, do not write output file
- Loading branch information
1 parent
eaa0c8f
commit 44ac39e
Showing
2 changed files
with
215 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.