-
Notifications
You must be signed in to change notification settings - Fork 53
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
normal v2 pretrained model not working #53
Comments
I have the same problem. Loading the model to the CPU instead of the GPU seems to work, but is very slow. |
Hi! I’ve used the successfully used these weights before on GPU after
downloading from Google drive.
How are you using the weights? Have you tried running the demo first and
does that work?
…On Fri, Jul 21, 2023 at 4:04 AM Jens Naumann ***@***.***> wrote:
I have the same problem. Loading the model to the CPU instead of the GPU
seems to work, but is very slow.
—
Reply to this email directly, view it on GitHub
<#53 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHLE3JLPGF4PEHT2STU733XRJO4BANCNFSM6AAAAAA2PMYDHI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thanks for finding out the problem! I have also tested on another machine and it works! The command used to test:
What I have tried:
|
I face the same problem when using the normal model:
|
I face the same problem [WORKING] Ubuntu + RTX3090, pytorch 2.0.1, CUDA 11.8 |
[Not WORKING] Ubuntu + V100, pytorch 2.0.1, CUDA 11.8 |
Hi! I have tried your code to predict normal using the latest v2 model checkpoint, but the outputs are all NaN. I have tried both the model from the script below and from the google drive.
sh ./tools/download_surface_normal_models.sh
The results can be reproduced with this command:
python demo.py --task normal --img_path assets/demo/test1.png --output_path assets/
I have uncommended below lines to use v1 model and there is no issue. Could you check your released weight? Thank you!
omnidata/omnidata_tools/torch/demo.py
Lines 50 to 51 in b927c41
The text was updated successfully, but these errors were encountered: