I try to follow the instruction after a lot of effort trying to debug. I only download val2014 and use as both training and testing since train2014 is quite big, then run bash train.sh, there is no change in code, and this is the result:
File "/Users/macbookpro/Movies/Mac Video Library/New_model/Yolo_Nano/utils/utils.py", line 371, in build_targets
tcls[b, best_n, gj, gi, target_labels] = 1
IndexError: index 69 is out of bounds for dimension 4 with size 1
Can anyone help me solve this issue? Why do I meet this error? The only thing I change is use val2014 as both train and test data
I try to follow the instruction after a lot of effort trying to debug. I only download val2014 and use as both training and testing since train2014 is quite big, then run bash train.sh, there is no change in code, and this is the result: File "/Users/macbookpro/Movies/Mac Video Library/New_model/Yolo_Nano/utils/utils.py", line 371, in build_targets tcls[b, best_n, gj, gi, target_labels] = 1 IndexError: index 69 is out of bounds for dimension 4 with size 1
Can anyone help me solve this issue? Why do I meet this error? The only thing I change is use val2014 as both train and test data