wutong16/Voxurf

FileNotFoundError: [Errno 2] No such file or directory: './logs/custom\\exp\\scancaixa_de_som/coarse\\coarse_last.tar'

Opened this issue · 4 comments

I'm having this problem to run the script with my own data.

After processing everything, I try to run the following script

python run.py --config configs/custom_e2e/coarse.py -p exp --no_reload --run_dvgo_init --sdf_mode voxurf_coarse --scene caixa_de_som

but its complaining that I dont have the coarse_last.tar file.
How can I create it?

Thanks

Hi. This code should have automatically run the initialization stage here to create the coarse_last.tar file and save it here. Please check whether the function has run successfully and whether the checkpoint is saved correctly.

Thanks for the answer.
The real problem is that I was not able to execute using the --run_dvgo_init switch, because it gives this error.

image

if its helpfull with something, here are the input files
caixa_de_som.zip

I'm going to create new data to test again.

I did a test with a bigger set of files from tha same subject and I had a different error.

I've made another tet with a newly created dataset and got this other error

image

The set of commands used where these


rembg p D:\AI\3d_objects\Voxurf\Voxurf-main_20230304\data\desodorante/image D:\AI\3d_objects\Voxurf\Voxurf-main_20230304\data\desodorante/image_rmbg

entrar em 
cd tools\preprocess
python process_video.py --source_dir D:\AI\3d_objects\Voxurf\Voxurf-main_20230304\data\desodorante --mode get_masks

#####run_convert_camera
python colmap_poses/pose_utils.py --source_dir D:\AI\3d_objects\Voxurf\Voxurf-main_20230304\data\desodorante
python convert_cameras.py --source_dir D:\AI\3d_objects\Voxurf\Voxurf-main_20230304\data\desodorante
python preprocess_cameras.py --source_dir D:\AI\3d_objects\Voxurf\Voxurf-main_20230304\data\desodorante

------
voltar pra raiz do voxurf

##### generate 3d data
cd ..
cd ..
python run.py --config configs/custom_e2e/coarse.py -p exp --no_reload --run_dvgo_init --sdf_mode voxurf_coarse --scene desodorante --mesh_from_sdf 

and the dataset used was this one
https://drive.google.com/file/d/1LjomM6RNIKqVvjXfnv4bneUNIa_vY4xd/view?usp=share_link

On the last message I used a command that I also took the time to run the mesh export. the original code didnt have the mesh expoert on the coarse part.

The command used:
python run.py --config configs/custom_e2e/coarse.py -p exp --no_reload --run_dvgo_init --sdf_mode voxurf_coarse --scene desodorante

So I ran it again usign the same dataset and another error showed up.

I had this same error yesterday

image