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

Fixed results for ETH/UCY #53

Open
sff1019 opened this issue Nov 17, 2021 · 6 comments
Open

Fixed results for ETH/UCY #53

sff1019 opened this issue Nov 17, 2021 · 6 comments

Comments

@sff1019
Copy link

sff1019 commented Nov 17, 2021

Hi,

Thank you for the wonderful work, and making the code available!

While looking into the code in the eccv2020 branch, I've realized that there is an issue with the derivatives of velocity and acceleration as mentioned in several issues before (issue #26 and issue #40).
Unfortunately I could not find results on the fixed version, therefore I have re-ran all models for ETH/UCY using the eccv2020 branch but with the derivative_of() from the master branch for fair comparison with other methods.

Below are the ADE/FDE (best of 20 samples) for Trajectron++ once I fixed the bug:

before (ADE/FDE) --> after (ADE/FDE)
ETH. : 0.43/0.86 --> 0.67/1.18
Hotel: 0.12/0.19 --> 0.18/0.28
Univ : 0.22/0.43 --> 0.30/0.54
Zara1: 0.17/0/32 --> 0.25/0.41
Zara2: 0.12/0.25 --> 0.18/0.32

Can you please clarify if the numbers seem reasonable?
I am sorry if you have already mentioned the updated results somewhere before.

Thank you,

Hana

@sff1019 sff1019 changed the title Results for ETH/UCY Fixed results for ETH/UCY Nov 17, 2021
@BorisIvanovic
Copy link
Contributor

Thank you so much for doing this @sff1019!! Sorry for my delayed response, this is fantastic and saves me the effort of re-running these results myself :)

The numbers seem reasonable to me because:

  1. Their values are close to the original ones.
  2. At least for univ, your values match well with those from another researcher: Derivatives of velocities/acceleration #40 (comment)

Thank you again very much for doing this! I will leave this issue open until I update the arXiv paper, so that others who visit this repository will see these.

@zhangpur
Copy link

Hi, @BorisIvanovic, do you have any update results or models for nuscenes dataset?

@ArielleZhang
Copy link

ArielleZhang commented Aug 8, 2023

Hi @BorisIvanovic , thanks for the great work! I was also trying to reproduce some of the results from the paper (i.e the second row in table5 (b)) which is the robot tag for nuScenes and I am getting different results than that stated in the paper, could you update the results for nuScenes as well? Also was the codebase in the master branch only updated for the derivative_of(), so I don't need to switch to eccv2020 and edit this function to rerun the models? Appreciate your help!

@BorisIvanovic
Copy link
Contributor

BorisIvanovic commented Aug 20, 2023

I don't need to switch to eccv2020 and edit this function to rerun the models.

That's correct!

@ArielleZhang
Copy link

I don't need to switch to eccv2020 and edit this function to rerun the models.

That's correct!

Thanks! Looking forward to see the updated results for nuscenes!

@xwasco
Copy link

xwasco commented May 13, 2024

Thank you again very much for doing this! I will leave this issue open until I update the arXiv paper, so that others who visit this repository will see these.

Hi @BorisIvanovic, are you planning to update the arXiv with the fixed results? It might be helpful for other researchers working in this area. Thanks a lot for your work :) super!

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

5 participants