nachiket92 / PGP

Code for "Multimodal Trajectory Prediction Conditioned on Lane-Graph Traversals," CoRL 2021.
https://proceedings.mlr.press/v164/deo22a.html
MIT License
209 stars 35 forks source link

Issue of the trained model weights #31

Open kongxincaizi opened 8 months ago

kongxincaizi commented 8 months ago

Thank you very much for this work! I click on the link when I try to download the trained model parameters. But the webpage shows that "Can't access item. The organization that owns this item doesn't allow you to access it. " May I ask if it is possible to update this link again, or could you please make a copy and send it to 1297395618@qq.com? I would greatly appreciate it. Looking forward to your reply

Dygitz commented 6 months ago

I have the same issue

zachytong commented 5 months ago

hi @Dygitz @kongxincaizi , I downloaded the weights when it was still available, you can find it in the PGP forked : )

kongxincaizi commented 5 months ago

hi @Dygitz @kongxincaizi , I downloaded the weights when it was still available, you can find it in the PGP forked : )

hi,thanks a lot !
But what is the PGP forked? I couldn't find it. Can you copy the "PGP forked" link for me? or can you send the weights files to 1297395618@qq.com? Thank you very much! Have a nice day!

zachytong commented 5 months ago

hi @kongxincaizi , it is in my repositories, which has the same name of PGP, you can find it here: https://github.com/zachytong/PGP

kongxincaizi commented 5 months ago

hi @kongxincaizi , it is in my repositories, which has the same name of PGP, you can find it here: https://github.com/zachytong/PGP

hi,@zachytong, I find it. Thank you very much !

ctlikenneth commented 5 months ago

@zachytong Sorry, do you mind showing me how can I use the weights?

I tried untarring the file but met the following error

tar -xvf PGP_lr-scheduler.tar 
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors
kongxincaizi commented 5 months ago

@zachytong Sorry, do you mind showing me how can I use the weights?

I tried untarring the file but met the following error

tar -xvf PGP_lr-scheduler.tar 
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors

hi,there is no need to unzipping the file, just try to use the path of 'PGP_Ir-sheduler.tar' in 'evaluate.py' Best wish !

zachytong commented 5 months ago

@zachytong Sorry, do you mind showing me how can I use the weights?

I tried untarring the file but met the following error

tar -xvf PGP_lr-scheduler.tar 
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors

hi @ctlikenneth , actually you can use the file as a common .pth file and no need to unzip it just as @kongxincaizi mentioned above : )