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 detector anchors, spin out NMS, add YOLO v2 models
The detector anchors for YOLO v2 models are supported but using the coco / voc distinction. Non-maxima suppression has been separated in its own function. Added converted tiny_yolo and tiny_yolo_voc models.
- Loading branch information
Showing
7 changed files
with
877 additions
and
31 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.