AlexeyAB / yolo-windows

a yolo windows version(for object detection)
71 stars 58 forks source link

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

Open libra7 opened 8 years ago

libra7 commented 8 years ago

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 commented 8 years ago

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

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