abduallahmohamed / Social-STGCNN

Code for "Social-STGCNN: A Social Spatio-Temporal Graph Convolutional Neural Network for Human Trajectory Prediction" CVPR 2020
MIT License
483 stars 141 forks source link

coordinate annotation? #36

Closed salorsmile closed 3 years ago

salorsmile commented 3 years ago

What is the unit of eth / ucy pedestrian coordinate annotation? Pixels or meters?

abduallahmohamed commented 3 years ago

Hi, The unit is in meters.

On Thu, Oct 29, 2020 at 9:14 AM salorsmile notifications@github.com wrote:

What is the unit of eth / ucy pedestrian coordinate annotation? Pixels or meters?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/abduallahmohamed/Social-STGCNN/issues/36, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFIVLG65AFL3JZYGLPY5EHTSNF2F7ANCNFSM4TDZI45Q .

--

Abduallah Mohamed abduallahmohamed.com

salorsmile commented 3 years ago

Thanks for your replay. Well, what are the preprocessing of data annotation before training and what is the range of normalization, because I see negative numbers in the annotation of pedestrian coordinates

abduallahmohamed commented 3 years ago

Well, the origin of the data and it's processing comes from Social-LSTM /Social-GAN you can check them for more details. The normalization is simply a delta between steps, this is why you see -ve values.