LukasHaas / PIGEON

Code for the paper "PIGEON: Predicting Image Geolocations".
https://lukashaas.github.io/PIGEON-CVPR24/
Other
66 stars 6 forks source link

Few requests for experiments and citation #1

Closed Jaewon040 closed 2 months ago

Jaewon040 commented 2 months ago

Hello. Thank you for your excellent work. I've been trying to cite your paper after conducting a few validations, but it seems the weights are not available, making it difficult to proceed. Could you please upload them? Additionally, I'm having trouble running the 'run.py' file because I can't locate the 'multiprocess.py' file. Would you be able to upload it as well?

LukasHaas commented 2 months ago

Hi, thanks for your feedback. In the run.py file, the module to import should be Python‘s native multiprocessinglibrary. I corrected the name in run.py.

Regarding the model weights, we have decided not to make them publicly available for safety reasons. Our paper contains more information about this decision.

Jaewon040 commented 2 months ago

Okay i respect your decision! Thank you