-
Notifications
You must be signed in to change notification settings - Fork 21
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
Comments
You need to change the path with your machine. |
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", |
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. |
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?
The text was updated successfully, but these errors were encountered: