SLIDE
SLIDE copied to clipboard
No such file or directory: '../exps/shapenet_psr_validation_set/airplane_02691156_404_samples.npz
Hi@Zhaoyang Lyu, I have successfully followed the steps to configure the environment,
but when I run my script to use autoencoder:
export CUDA_VISIBLE_DEVICES=0 && python autoencoder_encode.py --ckpt ../exps/mesh_overall_ckpts_and_generation_results/autoencoder_models/add_centroid_as_first_keypoint/lamp/pointnet_ckpt_106679.pkl \ --batch_size 200 --save_dir ../exps/generated_point_cloud/lamp/centroid
I get the following error:
Traceback (most recent call last):
File "autoencoder_encode.py", line 108, in
I wonder how I should get this .npz file and fix this error. thanks!