Baran Nama

Results 37 comments of Baran Nama

Detailed info about challange and datasets: https://www.aicrowd.com/challenges/trajnet-a-trajectory-forecasting-challenge

Size of the matrix is 4 x numTrajectoryPoints The first row contains all the frame numbers The second row contains all the pedestrian IDs The third row contains all the...

In the test environment, it was working. The error could be related to a version of a package. Feel free to submit a PR if needed.

Detailed info about challenge and datasets: https://www.aicrowd.com/challenges/trajnet-a-trajectory-forecasting-challenge The creation of the dataset and each coordinate has been explained on the dataset section in the link.

The information you gave at the beginning is correct. Basically frame_ids list top of all plots indicates which frame-group we have focused on (listing all frames in a frame-group). Each...

Please install ffmpeg.

I have commented on just for testing purposes, you can uncomment without trouble.

1) It can be a logical error or something else. Please double-check the code blocks that implement equations in the original paper (in the readme). 2) install ffmpeg (https://github.com/matplotlib/matplotlib/issues/8053/).

As far as I remember, it is because I am vectorizing it (subtract the first frame to all frames so every time first position is 0) however, I am not...