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 !
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 !