Convert.py does not produce yolov3.tf
kalikhademi opened this issue · comments
Kiana Alikhademi, Ph.D. commented
Taru Rustagi commented
It doesn't matter if the extensions are not the same. Run the inference still with 'yolov3.tf', and it correctly reads the data automatically.
Kiana Alikhademi, Ph.D. commented
Thanks! I used the .tf in the detect.py and it worked but in the training .tf was not working.
rajan780 commented
Hi @kalikhademi
In train.py if you are loading weights from .tf file please replace the model.load_weights(FLAGS.weights) with model.load_weights(FLAGS.weights).expect_partial()