zylo117 / Yet-Another-EfficientDet-Pytorch

The pytorch re-implement of the official efficientdet with SOTA performance in real time and pretrained weights.
GNU Lesser General Public License v3.0
5.2k stars 1.27k forks source link

About video test #28

Open ggyybb opened 4 years ago

ggyybb commented 4 years ago

hello, thanks for your great work,however,i have a little request: can you write a test.py for video? i believe lots of people need this, add this work may 让你的工作更加完善!更加吸引人!太棒了! awesome!

glenn-jocher commented 4 years ago

@ggyybb we have an option for this. It's not efficientdet, but it may help you. All models are downloaded automatically, all you need to do is:

git clone https://github.com/ultralytics/yolov3
cd yolov3
python3 detect.py --source your_video.mp4
ggyybb commented 4 years ago

thanks a lot !

uysalmustafa commented 4 years ago

thanks a lot !

Could you work EfficientDet on a video?

glenn-jocher commented 4 years ago

@ggyybb you're welcome!

@MustafaUysal160207077 not at the moment, though maybe in the future. In any case, our updated yolov3-spp-ultralytics can do 43mAP@0.5:0.95. Here is an example video: https://youtu.be/iUpZagGyhlM