HarshayuGirase / Human-Path-Prediction

State-of-the-art methods for human trajectory forecasting. Contains code for papers published at ECCV 2020 and ICCV 2021.
MIT License
349 stars 81 forks source link

Trajectory Heatmaps for ETH/UCY #31

Closed benedettaliberatori closed 2 years ago

benedettaliberatori commented 2 years ago

Hi, Thank you for your contribution and for providing the code! I have a question regarding the trajectory heatmaps computation for the ETH/UCY datsets. The resize parameter from the config file and the value 4200 set the resolution of the big distance matrix template:

https://github.com/HarshayuGirase/Human-Path-Prediction/blob/ec6cca5f7f5cd49e6c71ebadc31c05cb8615bbf9/ynet/model.py#L295

Could you kindly provide the values used for these datsets ?

Many thanks in advance.

HarshayuGirase commented 2 years ago

Hi,

The resize value we used is 0.66. Decreasing the resize parameter more can allow for bigger batch size.