Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is cmr_data? #9

Closed
achhabria7 opened this issue Dec 8, 2021 · 6 comments
Closed

Where is cmr_data? #9

achhabria7 opened this issue Dec 8, 2021 · 6 comments

Comments

@achhabria7
Copy link

Keep running into this issue
from cmr_data.p3d import P3dDataset and
from cmr_data.p3d import CUBDataset

but you do not have these files in your repo. I tried using cub_200_2011_dataset.py but it does not take in the same number of arguments as the CUBDataset class used in run_reconstruction.py.

@virajguntamukkala
Copy link

I am running into the same issue

@NikolaZubic
Copy link
Owner

@achhabria7 and @virajg224 , CMR data has been added.

@virajguntamukkala
Copy link

Thanks. How do I run this? I am getting this error "FileNotFoundError: [Errno 2] No such file or directory: 'checkpoints_recon/pretrained_reconstruction_p3d/checkpoint_latest.pth'".
I ran '!python main.py --dataset p3d --batch_size 16 --weights pretrained_weights_p3d --save_results' then '!python run_reconstruction.py --name pretrained_reconstruction_p3d --dataset p3d --optimize_z0 --batch_size 10 --generate_pseudogt'

@NikolaZubic
Copy link
Owner

NikolaZubic commented Dec 12, 2021

@virajg224 you need to download the necessary data, explained here:
https://github.com/NikolaZubic/2dimageto3dmodel/releases/tag/metadata

@virajguntamukkala
Copy link

Thanks. I added those files. I am getting this error "FileNotFoundError: No such file: '/content/2dimageto3dmodel/code/datasets/p3d/PASCAL3D+_release1.1/Images/car_pascal/2008_000028.jpg'". There is no PASCAL3D+_release1.1 file in the datasets/p3d/ folder. Do I need to download the dataset?

@NikolaZubic
Copy link
Owner

Thanks. I added those files. I am getting this error "FileNotFoundError: No such file: '/content/2dimageto3dmodel/code/datasets/p3d/PASCAL3D+_release1.1/Images/car_pascal/2008_000028.jpg'". There is no PASCAL3D+_release1.1 file in the datasets/p3d/ folder. Do I need to download the dataset?

Yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants