LeonLok / Deep-SORT-YOLOv4

People detection and optional tracking with Tensorflow backend.
GNU General Public License v3.0
496 stars 170 forks source link

Tiny_yolov4 conversion and demo #23

Open MuhammadAsadJaved opened 4 years ago

MuhammadAsadJaved commented 4 years ago

Hi, 1-There is an error while converting tiny_yolov4.weights to tiny_yolov4.h5. Do we need to make some changes? i have tried to change convert.py for anchors etc but still not working. 2- If we got tiny_yolov4.h5, can we run using the same settings or we still need to make changes? 3-The speed for yolov4 is very slow, it's 0.62 FPS on GTX 1080 Ti. what is the reason?