hunglc007 / tensorflow-yolov4-tflite

YOLOv4, YOLOv4-tiny, YOLOv3, YOLOv3-tiny Implemented in Tensorflow 2.0, Android. Convert YOLO v4 .weights tensorflow, tensorrt and tflite
https://github.com/hunglc007/tensorflow-yolov4-tflite
MIT License
2.24k stars 1.24k forks source link

config.py for yolov4-tiny-l3 #327

Open mhyeonsoo opened 3 years ago

mhyeonsoo commented 3 years ago

I have looked for the config file for the yolov4 tiny-l3 model, and it seems there hasn't been clear commit of the configuration. I saw that there exists yolov4-tiny-l3.cfg file from some people thanksfully, and can I get to the config.py for the model as well?

Thank you.