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?
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?