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
Hello thank you for your great work !!
I trained yolov4-tiny with 2 classes (608 img size and changed anchors and tested its ok) then converted to tf .
When I run detectvideo_counter.py it rises this error : YOLOv4-Counter-in-TF\core\sort.py:61: RuntimeWarning: invalid value encountered in true_divide
h = x[2]/w
The text was updated successfully, but these errors were encountered:
Hello thank you for your great work !!
I trained yolov4-tiny with 2 classes (608 img size and changed anchors and tested its ok) then converted to tf .
When I run detectvideo_counter.py it rises this error : YOLOv4-Counter-in-TF\core\sort.py:61: RuntimeWarning: invalid value encountered in true_divide
h = x[2]/w
The text was updated successfully, but these errors were encountered: