Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BWN Network #77

Open
dudqls1994 opened this issue Nov 12, 2019 · 1 comment
Open

BWN Network #77

dudqls1994 opened this issue Nov 12, 2019 · 1 comment

Comments

@dudqls1994
Copy link

dudqls1994 commented Nov 12, 2019

No description provided.

@AlexeyAB
Copy link
Owner

Yes, but yolov2_light only for detection: https://github.com/AlexeyAB/yolo2_light

How to use BIT1-XNOR-inference - only for custom models (you should train it by yourself):

You should base your cfg-file on yolov3-spp_xnor_obj.cfg and train it by using this repository as usual https://github.com/AlexeyAB/darknet by using pre-trained file darknet53_448_xnor.conv.74
Then use it for Detection-test or for getting Accuracy (mAP):
./darknet detector test data/obj.names yolov3-spp_xnor_obj.cfg data/yolov3-spp_xnor_obj_5000.weights -thresh 0.15 dog.jpg
./darknet detector map data/obj.data yolov3-spp_xnor_obj.cfg data/yolov3-spp_xnor_obj_5000.weights -thresh 0.15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants