yolov3_deepsort
yolov3_deepsort copied to clipboard
YoloV4
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 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