Skip to content
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

SDD dataset reproduce #56

Open
SaoDiSengA opened this issue May 8, 2023 · 2 comments
Open

SDD dataset reproduce #56

SaoDiSengA opened this issue May 8, 2023 · 2 comments

Comments

@SaoDiSengA
Copy link

My approach is to take the SDD data set according to the ETH-UCY processing method, take data every 10 frames, use the first 8 coordinates of pedestrians to predict the coordinates of the next 12 points, and test it on the O-S-TT model. The results are as follows :
################## BEST PERFORMANCE 0.22 ######## Saved model to: ../content/trained.pt Epoch: 1 Train Loss 10908859.606394859 RCL 4337671.330541314 KLD 3969445.6071976754 ADL 2601742.6686558584 Test ADE 0.21815821937219357 Test Average FDE (Across all samples) 1.1173672070395309 Test Min FDE 0.4298632619006239 Test Best ADE Loss So Far (N = 20) 0.21815821937219357 Test Best Min FDE (N = 20) 0.4298632619006239
Obviously not in the same order of magnitude as the results of the paper。
I would like to ask whether there is a problem with my data set division (using the data set division method in ynet), or a parameter setting problem, or my data set processing idea is wrong.

@SaoDiSengA
Copy link
Author

Is the SDD dataset labeled by pixel level, so you need to put the coordinates *100?

@gaoyongle19970708
Copy link

你好,我看到作者只给了y-net网络的sdd数据集训练和评估的文件,没有eth-ucy的处理方法,兄弟你是怎么处理的呢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants