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

Do you know how to run ssd on windows? #1

Open
libra7 opened this issue Jul 20, 2016 · 1 comment
Open

Do you know how to run ssd on windows? #1

libra7 opened this issue Jul 20, 2016 · 1 comment

Comments

@libra7
Copy link

libra7 commented Jul 20, 2016

Thank you for your project. It runs good on Windows. I’m working on ssd (Single Shot MultiBox Detector)now. Accuracy rate of ssd is as same as that of faster Rcnn while its speed is as quick as yolo’s. But some problems occur when migrating it to Windows(boost lib problems ). Have you thought about migrating ssd to Window?
This is home page of the ssd project: https://github.com/weiliu89/caffe/tree/ssd
System VOC2007 mAP FPS (Titan X)
Faster R-CNN (VGG16) 73.2 7 7
YOLO 63.4 45
SSD300 (VGG16) 72.1 58
SSD500 (VGG16) 75.1 23

@AlexeyAB
Copy link
Owner

@libra7 Thank you.
Not yet, but this should be easy, as written here: weiliu89/caffe#12

Boost-libs problems occur even on Linux if used CUDA 8.0
Yes, SSD has impressive speed also with cuDNN.

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