aminebdj/OpenYOLO3D

Can't able to download replica dataset

Opened this issue · 8 comments

Hi Author,

I have few doubts regarding the testing dataset.

  1. 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.
  2. Can you please explain how to generate the ground truth, poses, depth and point clouds (.ply) files? If possible, could you share the data?
  3. 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

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

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