-
Notifications
You must be signed in to change notification settings - Fork 140
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
Visualize trajectory in picture #63
Comments
Hi, |
Hi, great work!
|
Thanks! |
Thanks for the help. |
I recently successed with this code. Hope it helps. |
Hi, |
Hi, great work!
I have some problems when I try to visualize the trajectory in picture like Figure 4 in your paper. I got the original video (such as seq_eth.avi) and extract frames at 0.4s interval. Then I want to map the trajectory x,y back to the corresponding frame pixel coordinate. For example, Frame 840 for eth dataset, the x,y,z of pedestrian 2 is (9.57,6.24, 0),then I use the inverse of homography matrix stored in H.txt to get the frame coordinates (285, 188). But in the 840th frame there is no person at around (285,188) (I assume that the up left is the (0,0) of the Frame). Hope to get your help, Thank you !
The text was updated successfully, but these errors were encountered: