autonomousvision / sdfstudio

A Unified Framework for Surface Reconstruction
Apache License 2.0
1.96k stars 183 forks source link

image square error #278

Closed hanjoonwon closed 8 months ago

hanjoonwon commented 9 months ago

image

first i conver nerfstudio data to python3 scripts/datasets/process_nerfstudio_to_sdfstudio.py outputs are _rgb.png and i use python3 /sdfstudio/scripts/datasets/extract_monocular_cues.py --task normal --img_path /workspace/conversiondata --output_path /workspace/conversiondata --omnidata_path /omnidata/omnidata_tools/torch --pretrained_models /omnidata/omnidata_tools/torch/pretrained_models but that error occured

hanjoonwon commented 9 months ago

This was fixed by adding the omnidata path correctly in the data paraser. However, when I exported the training results to mesh, I got a 0vertices error.

image