zkytony / cos-pomdp

Code for "Towards Optimal Correlational Object Search" | ICRA 2022
Apache License 2.0
13 stars 5 forks source link

google drive file doesn't exist anymore #15

Closed khuechuong closed 2 months ago

khuechuong commented 2 months ago

These links for zips no longer exist so I can't download them:

yolov5-training-data.zip, yolov5-detectors.zip, corrs.zip

https://drive.google.com/uc?id=1V0GC3wyTsrEAaDfXR0ZyGWLY4j2hYMsx https://drive.google.com/uc?id=1gfgtLgyLpYa0YLsHkpBF2YWioHR3_ilw https://drive.google.com/uc?id=1uKekHoUcIOKPuVfD02YzYTk908SeGKbm

khuechuong commented 2 months ago

@RajeshDM do you still have the zips?

zkytony commented 2 months ago

@khuechuong Just fixed. Not yet tested. Let me know if they work for you. The links broke since my university google drive is gone after I graduated.

khuechuong commented 2 months ago

yolov5-training-data.zip and corrs.zip worked, but yolov5-detectors.zip isn't.

zkytony commented 2 months ago

@khuechuong try again? should work now. I forgot to turn on permission for yolov5-detectors.zip.

khuechuong commented 2 months ago

got it! thx!

RajeshDM commented 2 months ago

I think the links are still broken - I tried downloading and it says page not found

zkytony commented 2 months ago

I just tried. Worked for me.

RajeshDM commented 1 month ago

I actually tried it from multiple systems and got the same 404 error (both for access through browser and download.py). Is it possible there are some permission issues? my email is rajeshdm9@gmail.com - it would be great if I could get access to them

zkytony commented 1 month ago

If @khuechuong gets them, you should be able to as well. I tried accessing in incognito mode.

Are you sure you are visiting the links in download.py?

RajeshDM commented 1 month ago

Ok it's working now. Thank you. looks like my download.py file was corrupted for some reason. Its working after a fresh install. Thank you. Also, I was wondering - for the detectors - I see that you are using YoloV5 - but do you retrain the learned models a little for the obejcts in AI2Thor that were not in the Yolo Object set? and if so, is that code available somewhere?