-
Notifications
You must be signed in to change notification settings - Fork 734
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
DMTET issue #278
Comments
I have now new problem: [WARN] No checkpoint found, model randomly initialized. i did parameter --dmtet --init_with trial_image22/checkpoints/df.pth but it not start from that checkpoint |
I am also having this issue, did you ever fix? |
maybe you should change --init_with to --init_ckpt |
After I removed the --fp16, this issue disappeared. |
Description
RuntimeError: instance mode - pos must have shape [>0, >0, 4]
0% 0/100 [00:02<?, ?it/s]
Steps to Reproduce
my code:
%cd /content/stable-dreamfusion
!python main.py -O --image /content/amulet_rgba.png --workspace trial_image6_test --test --dmtet --iters 5000 --save_mesh
Expected Behavior
Start DMTET and save result
Environment
Google Colab
The text was updated successfully, but these errors were encountered: