JNeRF icon indicating copy to clipboard operation
JNeRF copied to clipboard

NeuS运行时有Bug

Open ShaySheng opened this issue 3 years ago • 0 comments

tools/run_net.py 中要在51行前面加一句is_continue = False projects/neus/configs/neus_womask.py 中第13行dataset_dir = '/data/yqs/mesh_recon/NeuS_jittor/data_thin_structure/thin_cube' 要改一下,去掉前面的‘/’,改成dataset_dir = 'data/yqs/mesh_recon/NeuS_jittor/data_thin_structure/thin_cube'

ShaySheng avatar Jan 15 '23 11:01 ShaySheng