david8862 / keras-YOLOv3-model-set

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

Can I convert .h5 and anchors.txt back to .weights #222

Open Abhishek672 opened 2 years ago

Abhishek672 commented 2 years ago

Hey @david8862 I converted .weights model to .h5, did some modifications on parameters. Now I want to convert .h5 model back to .weights. Can I do that?

Thanks

david8862 commented 2 years ago

I didn't do that before, and that would be much harder to create such a common tool since TF/Keras support much more layers and model structures.