mystic123 / tensorflow-yolo-v3

Implementation of YOLO v3 object detector in Tensorflow (TF-Slim)
https://medium.com/@pawekapica_31302/implementing-yolo-v3-in-tensorflow-tf-slim-c3c55ff59dbe
Apache License 2.0
893 stars 353 forks source link

Unable to customize the layers for .weights to .pb conversion #91

Open AmiyaBhushan opened 4 years ago

AmiyaBhushan commented 4 years ago

I want to customize the yolo_v3.py file as per my customized yolo cfg file because just by following this repo for conversion there is a huge network loss from .weights to .pb file. So any advice would be of great help.

Thanks in advance!!!!

Maioy97 commented 4 years ago

where you able to customize it? if so how did you do it