j96w / DenseFusion

"DenseFusion: 6D Object Pose Estimation by Iterative Dense Fusion" code repository
https://sites.google.com/view/densefusion
MIT License
1.08k stars 301 forks source link

unable to download datasets through script #224

Open zahid990170 opened 5 months ago

zahid990170 commented 5 months ago

Using the script download.sh I tried to download the YCB video and Linemod datasets. However, I receive the errors. It seems that the addresses used in the script are not accessible anymore? This is what I receive for YCB

Downloading the YCB-Video Dataset --2024-04-03 17:52:47-- https://docs.google.com/uc?export=download&confirm=&id=1if4VoEXNx9W3XCn0Y7Fp15B4GpcYbyYi Resolving docs.google.com (docs.google.com)... 142.250.186.78, 2a00:1450:4001:828::200e Connecting to docs.google.com (docs.google.com)|142.250.186.78|:443... connected. HTTP request sent, awaiting response... 303 See Other Location: https://drive.usercontent.google.com/download?id=1if4VoEXNx9W3XCn0Y7Fp15B4GpcYbyYi&export=download [following] --2024-04-03 17:52:48-- https://drive.usercontent.google.com/download?id=1if4VoEXNx9W3XCn0Y7Fp15B4GpcYbyYi&export=download Resolving drive.usercontent.google.com (drive.usercontent.google.com)... 142.250.186.161, 2a00:1450:4001:82b::2001 Connecting to drive.usercontent.google.com (drive.usercontent.google.com)|142.250.186.161|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2024-04-03 17:52:48 ERROR 404: Not Found.

I can download manually the datasets. If that can work.