image-to-3d-bbox icon indicating copy to clipboard operation
image-to-3d-bbox copied to clipboard

What is variable name index in the image-to-3d-bbox

Open prashant-977 opened this issue 6 years ago • 2 comments

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 ?

prashant-977 avatar Sep 25 '18 12:09 prashant-977

@david977 I also want to know the answer to this question. If you figure it out,plz tell me! Thanks

cx2214496 avatar Oct 03 '18 06:10 cx2214496

@MoustafaAyoub @cx2214496 Have you found the answer? if so, could you share it with me?

jkstyle2 avatar Jan 06 '19 17:01 jkstyle2