-
Notifications
You must be signed in to change notification settings - Fork 8
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
models for ETH-UCY in meter coordinates #11
Comments
Hi @DelinquentLeon, Thank you for your interest in our work! The pretrained models are trained using pixel coordinates, but we project these coordinates into meter coordinates for evaluation. This way, our evaluations are directly comparable to other models that use meter coordinates. Therefore, You can directly evaluate the released models on ETH-UCY in meter coordinates, as the projection is part of the evaluation process. LMTrajectory/model/eval_accelerator.py Lines 187 to 191 in 4723b39
Let me know if you need any more clarification! |
Thanks for your kind reply! But i meet some other problems when trying to train the model for SDD dataset. |
Hi @DelinquentLeon, For the SDD dataset, I used the same reference image provided in YNet. The |
Thanks for your kind reply! |
Additionally,could you please release the pretrained model on SDD dataset |
Hi @DelinquentLeon, Unfortunately, I currently don't have the code and pretrained model for the SDD dataset available at the moment. Due to frequent requests, I'm considering a reimplementation it later this year. You can find more details about the SDD implementation in this issue #7. |
Thanks for your work!
I wonder if there are models pretrained for ETH-UCY in meter coordinates,cuz the models released online are in the name of xxx-pixel-multimodal-xxxx,or these can be also used for evaluating the ETH-UCY in meter coordinates?
The text was updated successfully, but these errors were encountered: