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

The accuracy of your SSD_513_COCO(model weights) is 0.13% #26

Open
youngwanLEE opened this issue Jul 27, 2018 · 1 comment
Open

The accuracy of your SSD_513_COCO(model weights) is 0.13% #26

youngwanLEE opened this issue Jul 27, 2018 · 1 comment

Comments

@youngwanLEE
Copy link

I downloaded your model weight and tested it on COCO-minival as follow:

./build/tools/caffe train \
--solver="models/ResNet-101/coco/SSD_513x513/test_solver.prototxt" \
--snapshot="models/ResNet-101/coco/SSD_513x513/ResNet-101_coco_SSD_513x513_iter_250000.solverstate" \
--gpu 0,1,2,3 2>&1 | tee jobs/ResNet-101/coco/SSD_513x513/ResNet-101_coco_SSD_513x513.log


the result is " Test net output #0: detection_eval = 0.00131212 "

What's the problem?

I guess that many people faced this problem.

@gk19950815
Copy link

I have this problem, too.Have you solved it?

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