freitaucher
freitaucher
same story
well, instead of modifying convert.py I tried to work out demo.py. There one should import: from yolov4.tf import YOLOv4 # (this can be installed with pip) and read in the...
Ok, the purpose of encoder is now clear. It simplifies the input info for tracker. Anyway, the technical issue with tf2 remains..
Did someone succeed to run any example with tensorflow 1.13 ? This is the oldest version which is compatible with cuda10.0. Older versions require older cuda's, but installing several cuda's...