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
Hi man, I am using yolov4 and running demo.py has the following problems:
utils.py:268: RuntimeWarning: invalid value encountered in greater
invalid_mask = np.logical_or((pred_coor[:, 0] > pred_coor[:, 2]), (pred_coor[:, 1] > pred_coor[:, 3]))
May I ask how is this going?
The text was updated successfully, but these errors were encountered:
Hi man, I am using yolov4 and running demo.py has the following problems:
utils.py:268: RuntimeWarning: invalid value encountered in greater
invalid_mask = np.logical_or((pred_coor[:, 0] > pred_coor[:, 2]), (pred_coor[:, 1] > pred_coor[:, 3]))
May I ask how is this going?
The text was updated successfully, but these errors were encountered: