Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileNotFoundError : raw_model_norm_pc_lat32.npz #39

Open
jhyeok0510 opened this issue Jul 25, 2024 · 3 comments
Open

FileNotFoundError : raw_model_norm_pc_lat32.npz #39

jhyeok0510 opened this issue Jul 25, 2024 · 3 comments

Comments

@jhyeok0510
Copy link

Excuse me. Can I ask you a question?

I downloaded objautoencoder_pretrained, pretrained,3d_front_processed.

I ran the following command :

PATH_TO_SCENES="/cluster/balrog/jtang/3d_front_processed/threed_front.pkl" python generate_objautoencoder.py ../config/obj_autoencoder/bed_living_diningrooms_lat32.yaml ../objautoencoder_pretrained/ --weight_file ../objautoencoder_pretrained/bed_living_diningrooms_lat32.pt --experiment_tag "bed_living_diningrooms_lat32"

python generate_diffusion.py $config $exp_dir/$exp_name/gen_top2down_notexture_nofloor $threed_future --weight_file $weight_file \ --without_screen --n_sequences 1000 --render_top2down --save_mesh --no_texture --without_floor --clip_denoised --retrive_objfeats

Then an error occurred:

FileNotFoundError: [Errno 2] No such file or directory: '/cluster/balrog/jtang/3D-FUTURE-model/57f7e7c0-8ca3-4eee-b127-5a44c76a9a61/raw_model_norm_pc_lat32.npz'

In some folders model_norm_pc_lat32.npz is created and in some folders it is not created.
Should I check the filtering function?

@tangjiapeng
Copy link
Owner

You need to change the path with your machine.

@WarrenSkywalker
Copy link

I met the same problem, after running "PATH_TO_SCENES="/cluster/balrog/jtang/3d_front_processed/threed_front.pkl" python pickle_threed_fucture_pointcloud.py /cluster/balrog/jtang/3d_front_processed/ /cluster/balrog/jtang/3D-FRONT/ /cluster/balrog/jtang/3D-FUTURE-model /cluster/balrog/jtang/3D-FUTURE-model/model_info.json --dataset_filtering threed_front_livingroom --annotation_file ../config/livingroom_threed_front_splits.csv",
I found not all of the models have raw_model_norm_pc_lat32.npz.
The path in the config file is fixed to "/cluster/balrog/jtang", to avoid editing the files, I install the project under the same path, so I don't think it's a problem due to the project path.
" No such file or directory: '/cluster/balrog/jtang/3D-FUTURE-model/0ea463c5-c7b3-4a8d-93b4-dbc6b0f356eb/raw_model_norm_pc.npz'"

@AnarchistKnight
Copy link

AnarchistKnight commented Sep 2, 2024

I met the same problem, after running "PATH_TO_SCENES="/cluster/balrog/jtang/3d_front_processed/threed_front.pkl" python pickle_threed_fucture_pointcloud.py /cluster/balrog/jtang/3d_front_processed/ /cluster/balrog/jtang/3D-FRONT/ /cluster/balrog/jtang/3D-FUTURE-model /cluster/balrog/jtang/3D-FUTURE-model/model_info.json --dataset_filtering threed_front_livingroom --annotation_file ../config/livingroom_threed_front_splits.csv", I found not all of the models have raw_model_norm_pc_lat32.npz. The path in the config file is fixed to "/cluster/balrog/jtang", to avoid editing the files, I install the project under the same path, so I don't think it's a problem due to the project path. " No such file or directory: '/cluster/balrog/jtang/3D-FUTURE-model/0ea463c5-c7b3-4a8d-93b4-dbc6b0f356eb/raw_model_norm_pc.npz'"

Dude, it's not the path problem. I have scrutinized the preprocessing code line by line and none of them is related to saving data to raw_model_norm_pc_lat32.npz. I am not going to complain or blame anyway. Unfortunately, PYer like to write shitty python code and seldom follow the programming discipline. Requirement.txt or pip list is seldomly provided. The accessibility to evaluation is disastrous. it is totally a torture to those who try to evaluate the model. They have to go through a very hard time to setup the python environment, and finally stucked at somewhere else. The shitty code is forcing you to give up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants