chuanqi305 / MobileNet-SSD

Caffe implementation of Google MobileNet SSD detection network, with pretrained weights on VOC0712 and mAP=0.727.
MIT License
2.03k stars 1.18k forks source link

Hi, this a video detection problem.... #78

Open caodandemingzi opened 6 years ago

caodandemingzi commented 6 years ago

i want to detect a video file use the mobilenet-ssd under caffe, but i didn't find a method. so, anyone who can tell me how to make it? i will be appreciate it.

JingliangGao commented 6 years ago

Maybe I can help you. You should change the image source by using openCV,.I tried it and made it.

MuhammadAsadJaved commented 4 years ago

@JingliangGao Can you please share the video.py file for detection on video file?