corrected model training bug by changing the data-type of the batch index(line 488)
This error occurs while training a custom dataset using the YOLOv7 segmentation module in a Colab environment. The issue is related to the numpy library, specifically an outdated use of np.int, which was deprecated starting in NumPy version 1.20.
corrected model training bug by changing the data-type of the batch index(line 488)
This error occurs while training a custom dataset using the YOLOv7 segmentation module in a Colab environment. The issue is related to the numpy library, specifically an outdated use of np.int, which was deprecated starting in NumPy version 1.20.