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

I got this error even after setting Resnet18 and resnet 50 paths. #11

Closed
Affan-Abbas8 opened this issue Nov 30, 2022 · 6 comments
Closed

Comments

@Affan-Abbas8
Copy link

capa

Also, I need to ask what should I place here.
In the extractor pretrained path?
Capture
I placed the pre-trained weights file path here but it didn't work.
Thank you in anticipation.

@ArminMasoumian
Copy link
Owner

You can find the pre-trained weights here:
https://drive.google.com/file/d/1BImXNB9PEgv3mZczB3uBW3EDi4dpOcXF/view

It seems the problem is coming from the torch, did you install the requirements with the same version? you can find the versions in the requirements.txt

Also, you need to set up your GPU and run our code on GPU, it cannot be run on the CPU because of the complexity of the code. Please double-check that your Cuda is working as well.

@Affan-Abbas8
Copy link
Author

thanks for your response.
Yes, now I again installed all the requirements and the issue changed now.
Here is the screen shot.
Plz take a look and let me know about it.

capta

@Affan-Abbas8
Copy link
Author

Capture
Should I change something here as well?

@Affan-Abbas8
Copy link
Author

and should I have to change the path in config_kitti_autoencder too?
Capture

@ArminMasoumian
Copy link
Owner

Yes, you need to change the path to your directories, the first paths are for the raw Kitti dataset and the second path is for ResNet backbones.

@Affan-Abbas8
Copy link
Author

thanks for your response.
can you plz share the link to kitti_data and gt_depth.npz?

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

2 participants