david8862 / keras-YOLOv3-model-set

end-to-end YOLOv4/v3/v2 object detection pipeline, implemented on tf.keras with different technologies
MIT License
638 stars 220 forks source link

support Quantization aware training Schedules? #83

Open hitxuhao opened 4 years ago

hitxuhao commented 4 years ago

Hi david about "Quantization aware training " ,do you have schedules i have the need,i want to do the job ,give some suggestions,thanks

david8862 commented 4 years ago

TF 2.x has provided official doc Quantization aware training comprehensive guide and Quantization aware training in Keras example about quantization aware training. You can try to integrate it in the main process. Recently I'm working on other projects so may have to delay some new features in this repo. Sorry for that.

hitxuhao commented 4 years ago

thanks very much to david