tensorflow-yolov4-tflite
tensorflow-yolov4-tflite copied to clipboard
when convert yolov4 tiny model to tf file happen error
I training my yolov4 for custom data based on alexeyab rep. I try convert weight to tf file by use save_model.py , but it give a error :

I tried difference input size , but it seems not work.
Did you check core/config.py? Replace coco.names to your labels. It works to me.

https://github.com/hunglc007/tensorflow-yolov4-tflite/issues/396