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 trained the model using converted darknet weights. The training goes well without any errors. When I use detect.py on the tensorflow checkpoints, all the classes, score and boxes
are tensors with zero values and no detection is shown.
What could be the problem about this issue?
The text was updated successfully, but these errors were encountered:
Hi,
I am training yolo version 3 on tensorflow to detect water towers on pictures. I have followed all the instruction s in this link: https://github.com/zzh8829/yolov3-tf2/blob/master/docs/training_voc.md
I trained the model using converted darknet weights. The training goes well without any errors. When I use detect.py on the tensorflow checkpoints, all the classes, score and boxes
are tensors with zero values and no detection is shown.
What could be the problem about this issue?
The text was updated successfully, but these errors were encountered: