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

3D tracklet issue (display_groundtruth.ipynb) #9

Closed
timothylimyl opened this issue Jul 16, 2020 · 1 comment
Closed

3D tracklet issue (display_groundtruth.ipynb) #9

timothylimyl opened this issue Jul 16, 2020 · 1 comment

Comments

@timothylimyl
Copy link

Hey there,

There's an issue with your ground truth script. It links back to the parsing script, itertools.izip does not work. I changed it to zip (python2 -> python3) but then the main loop fails at:

for i, j in zip(tracklet2d, type_[frame]):
    for k in line_order:    
        cv2.line(image, (int(i[0][k[0]]), int(i[1][k[0]])), (int(i[0][k[1]]), int(i[1][k[1]])), type_c[j], 2)
@timothylimyl
Copy link
Author

dead

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

1 participant