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,
I can successfully run the first notebook file. For the second one in the shell no. 40 there is
# draw 2D boxes and 3D boxes
image = cv2.imread(image_path + dataset[index] + '.png')
cars = []
for line in open(label_path + dataset[index] + '.txt').readlines():
line = line.strip().split(' ')
Here what is the meaning of index?
Is it the numbering from 1 to 446 ?
The text was updated successfully, but these errors were encountered:
Hi,
I can successfully run the first notebook file. For the second one in the shell no. 40 there is
Here what is the meaning of index?
Is it the numbering from 1 to 446 ?
The text was updated successfully, but these errors were encountered: