Can't able to download replica dataset
Opened this issue · 8 comments
Hi Author,
I have few doubts regarding the testing dataset.
- I am trying to download the Replica dataset but am unable to do so. How to do it? i am using
sh scripts/get_class_agn_masks.sh. - Can you please explain how to generate the ground truth, poses, depth and point clouds (.ply) files? If possible, could you share the data?
- Are you generating .ply through gaussian_splatting?
These will be very helpful to test datasets to run with custom dataset.
Thank you in advance.
Dear @Harshitavardhani,
Thanks a lot for your interest in our work,
I added a new download link. Please run git pull
then sh scripts/get_replica_dataset.sh
, the replica data will be downloaded, unzipped, then moved to 'data/replica'
For results reproducibility, please also find the instructions on how to download the pre-computed class agnostic masks and checkpoints in Installation.
Best,
Mohamed
Hi @aminebdj, Thank you for your quick response.
Today i tried to download the replica dataset and I'm still not able to download it. I'm facing 302 Found error.
Reusing existing connection to login.microsoftonline.com:443.
HTTP request sent, awaiting response... 302 Found
Location: https://login.microsoftonline.com:443/c93272d3-1b07-4b3d-a3b6-19b34a973915/oauth2/authorize?client%5Fid=00000003%2D0000%2D0ff1%2Dce00%2D000000000000&response%5Fmode=form%5Fpost&response%5Ftype=code%20id%5Ftoken&resource=00000003%2D0000%2D0ff1%2Dce00%2D000000000000&scope=openid&nonce=1C0D4B5501ED67BF321F1E4BEA3321EC365BA0479296A0C2%2DFC09A86FF267F9096C385A641FA6ED42658C7149E80532F0CAD5684DE0682B9D&redirect%5Furi=https%3A%2F%2Fmbzuaiac%2Dmy%2Esharepoint%2Ecom%2F%5Fforms%2Fdefault%2Easpx&state=OD0w&login%5Fhint=Mohamed%2EBoudjoghra%40mbzuai%2Eac%2Eae&claims=%7B%22id%5Ftoken%22%3A%7B%22xms%5Fcc%22%3A%7B%22values%22%3A%5B%22CP1%22%5D%7D%7D%7D&wsucxt=1&cobrandid=11bd8083%2D87e0%2D41b5%2Dbb78%2D0bc43c8a8e8a&client%2Drequest%2Did=5b7832a1%2D30d0%2D0000%2D0de6%2D8a168532f11e [following]
20 redirections exceeded.
Is their any expiry time to download the dataset?
Hey @Harshitavardhani,
I didn't set any expiration time last time; I updated the link again; could you please try it and let me know if you face any problems?
Many thanks,
Mohamed
@aminebdj Thank you for responding. I tried again, and this time it downloaded successfully.
Hi @aminebdj , Can you please update the replica dataset link again? I got stuck with the installation process, now I'm trying to download it again.
Hey @Harshitavardhani,
I looked into the problem and I believe the CurlWget is giving is temporary link that can be used to download with wget. I shared the onedrive link in the installation guide along with the steps for downloading it with Wget.
Many thanks,
Mohamed
Thank you @aminebdj for the response, I haven't never used CurlWget before and while trying to access the link you have provided in installation guide it is redirecting to [https://login.microsoftonline.com] (https://login.microsoftonline.com/c93272d3-1b07-4b3d-a3b6-19b34a973915/oauth2/authorize?client%5Fid=00000003%2D0000%2D0ff1%2Dce00%2D000000000000&response%5Fmode=form%5Fpost&response%5Ftype=code%20id%5Ftoken&resource=00000003%2D0000%2D0ff1%2Dce00%2D000000000000&scope=openid&nonce=6EDCA67B6FB3C1148C844DFA854E8C004A546EB0CA6A7B1E%2D6F6C2D117F30DE30BD6C5450CA7B2D77D018D01C25A59ECF461866EC037E7011&redirect%5Furi=https%3A%2F%2Fmbzuaiac%2Dmy%2Esharepoint%2Ecom%2F%5Fforms%2Fdefault%2Easpx&state=OD0w&claims=%7B%22id%5Ftoken%22%3A%7B%22xms%5Fcc%22%3A%7B%22values%22%3A%5B%22CP1%22%5D%7D%7D%7D&wsucxt=1&cobrandid=11bd8083%2D87e0%2D41b5%2Dbb78%2D0bc43c8a8e8a&client%2Drequest%2Did=667f33a1%2D604d%2D0000%2D11b4%2Dfd8f2ec8663e) and I'm face an issue while login in.
Dear @Harshitavardhani,
Sorry for the inconvenience; I believe there is a problem with the onedrive. I uploaded the file on Google Drive. Could you please install gdown with the following command pip install gdown
? Then run gdown 1FneLaYaClWDO51L9lIvlTQbheh5SfOFD
. The file 'OpenYOLO3D.zip' will be downloaded. Then you have to unzip it in the parent directory ./OpenYOLO3D
.
I also updated the scripts in ./scripts
, so you can just try running sh get_replica_dataset.sh
Please let me know if you face any issues with that.
Many thanks,
Mohamed