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.
convert avgpool and softmax layers, support classification mode in demo
The conversion script supports the global average pooling (avgpool) and softmax layers required to convert the darknet and tiny networks. In the demo the --coco option has been replaced by the more generic 'mode'; the 'darknet' mode implements classification on the 1k Imagenet classes.
- Loading branch information
Showing
3 changed files
with
1,087 additions
and
37 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.