You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running convert.py on darknet original weights. It does not produce any error but it does not produce yolov3.tf although I put it as the output file. It produces the following files.
I appreciate if anyone can help me about this.
The text was updated successfully, but these errors were encountered:
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()
Hi
I am running convert.py on darknet original weights. It does not produce any error but it does not produce yolov3.tf although I put it as the output file. It produces the following files.
I appreciate if anyone can help me about this.
The text was updated successfully, but these errors were encountered: