stable-dreamfusion icon indicating copy to clipboard operation
stable-dreamfusion copied to clipboard

DMTET issue

Open xaranex1 opened this issue 1 year ago • 4 comments

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

xaranex1 avatar May 16 '23 17:05 xaranex1

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

xaranex1 avatar May 16 '23 17:05 xaranex1

I am also having this issue, did you ever fix?

JackISODesign avatar Jun 06 '23 09:06 JackISODesign

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

maybe you should change --init_with to --init_ckpt

zz7379 avatar Jun 07 '23 09:06 zz7379

After I removed the --fp16, this issue disappeared.

NguyenTriTrinh avatar Jun 28 '24 08:06 NguyenTriTrinh