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.23k stars 1.24k forks source link

Enable different y, x shapes at training time #334

Open Dimfred opened 3 years ago

Dimfred commented 3 years ago

Hello love your repo, it's super clean!

Darknet has the option to resize the network during training and adapt to different resolutions during training. Do you know whether this is possible in tensorflow? I thought of recompiling the network, but not sure whether for example the current optimizer parameters can be kept.

I would also implement it if you give me a hint.