yolov3_deepsort icon indicating copy to clipboard operation
yolov3_deepsort copied to clipboard

YoloV4

Open LorBordin opened this issue 4 years ago • 1 comments

Hi I'd like to use your script with a YoloV4, but load_weights.py fails in converting the model in tf format. Do you have any suggestion on how to make the script work for the YoloV4 as well?

LorBordin avatar Jul 23 '20 09:07 LorBordin

@LorBordin you won't be able to use the same script for running it on Yolov4 because the layers which are used in yolov3 are different than yolov4. the load_weights.py also loads the model from yolov3_tf2/models.py which is different, hence it is not possible to load yolov4 weights in this script

its-charan-here avatar Aug 04 '20 17:08 its-charan-here