forked from xingwangsfu/caffe-yolo
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support CoCo classes, autodetect num_boxes, fix RGB order in input
The 'yolo_detect' module now supports CoCo classes by passing the '--yolo' option and the number of boxes per region is now detected automatically. Set detection threshold to 0.25 (Darknet default). Removed RGB->BGR conversion because Yolo uses RGB (xingwangsfu/pull/14) and fix bug in detection (xingwangsfu/issues/12)
- Loading branch information
Showing
1 changed file
with
48 additions
and
47 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