Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
prashant-977 opened this issue Sep 25, 2018 · 2 comments
Open

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

prashant-977 opened this issue Sep 25, 2018 · 2 comments

Comments

@prashant-977
Copy link

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 ?

@cx2214496
Copy link

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

@jkstyle2
Copy link

jkstyle2 commented Jan 6, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants