We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
I have this problem, too.Have you solved it?
Sorry, something went wrong.
No branches or pull requests
I downloaded your model weight and tested it on COCO-minival as follow:
the result is " Test net output #0: detection_eval = 0.00131212 "
What's the problem?
I guess that many people faced this problem.
The text was updated successfully, but these errors were encountered: