ashawkey / stable-dreamfusion

Text-to-3D & Image-to-3D & Mesh Exportation with NeRF + Diffusion.
Apache License 2.0
8.2k stars 720 forks source link

some error about test #317

Closed cwwjyh closed 1 year ago

cwwjyh commented 1 year ago

Description

I'm trying to run the examples from README: CUDA_VISIBLE_DEVICES=0 python main.py -O --image data_1/output_scan105_rgba.png --workspace trial_image_dmtet_1 --dmtet --test --save_mesh, but any tries still results in the following error: Should I load a checkpoint for this test? 1686831891485 1686831921537

Steps to Reproduce

run: CUDA_VISIBLE_DEVICES=0 python main.py -O --image data_1/output_scan105_rgba.png --workspace trial_image_dmtet_1 --dmtet --test --save_mesh

Expected Behavior

test successfully

Environment

ubuntu:20.04 CUDA:11.7, torch:2.0.1

saullas commented 1 year ago

Hey @cwwjyh, did you figure out what was the problem? I have the same issue

cwwjyh commented 1 year ago

"--workspace xxx" , xxx should replace by your saved address. For example, I saved the result in trial2_imagetext_scan65, the xxx should replaced by trial2_imagetext_scan65