You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FileNotFoundError: [Errno 2] No such file or directory: '/cluster/balrog/jtang/3D-FUTURE-model/2924a537-18e9-428d-9922-ab1460e1f58b/raw_model_norm_pc_lat32.npz'
#52
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.
Traceback (most recent call last):
File "generate_diffusion.py", line 472, in
main(sys.argv[1:])
File "generate_diffusion.py", line 339, in main
renderables, trimesh_meshes, model_jids = get_textured_objects_based_on_objfeats(
File "/mnt/h/Ubuntu/DiffuScene/scene_synthesis/utils.py", line 105, in get_textured_objects_based_on_objfeats
furniture = objects_dataset.get_closest_furniture_to_objfeats(
File "/mnt/h/Ubuntu/DiffuScene/scene_synthesis/datasets/threed_future_dataset.py", line 55, in get_closest_furniture_to_objfeats
mses[oi] = np.sum((oi.raw_model_norm_pc_lat32() - query_objfeat)**2, axis=-1)
File "/mnt/h/Ubuntu/DiffuScene/scene_synthesis/datasets/threed_front_scene.py", line 266, in raw_model_norm_pc_lat32
latent = np.load(self.raw_model_norm_pc_lat32_path)["latent"].astype(np.float32)
File "/home/chenyu/miniconda3/envs/diffuscene/lib/python3.8/site-packages/numpy/lib/npyio.py", line 417, in load
fid = stack.enter_context(open(os_fspath(file), "rb"))
FileNotFoundError: [Errno 2] No such file or directory: '/cluster/balrog/jtang/3D-FUTURE-model/2924a537-18e9-428d-9922-ab1460e1f58b/raw_model_norm_pc_lat32.npz'
How to solve it, how can I change the location of "/cluster/balrog/jtang/"
The text was updated successfully, but these errors were encountered:
I think that location is written in the .pkl file(preprocessed dataset) and it can't be changed,so you may have to do you own preprosessing
if you download the preprocessed dataset from my gdrive link, then you can skip the data preprocessing. But you still need to change the data path in your own machine.
Traceback (most recent call last):
File "generate_diffusion.py", line 472, in
main(sys.argv[1:])
File "generate_diffusion.py", line 339, in main
renderables, trimesh_meshes, model_jids = get_textured_objects_based_on_objfeats(
File "/mnt/h/Ubuntu/DiffuScene/scene_synthesis/utils.py", line 105, in get_textured_objects_based_on_objfeats
furniture = objects_dataset.get_closest_furniture_to_objfeats(
File "/mnt/h/Ubuntu/DiffuScene/scene_synthesis/datasets/threed_future_dataset.py", line 55, in get_closest_furniture_to_objfeats
mses[oi] = np.sum((oi.raw_model_norm_pc_lat32() - query_objfeat)**2, axis=-1)
File "/mnt/h/Ubuntu/DiffuScene/scene_synthesis/datasets/threed_front_scene.py", line 266, in raw_model_norm_pc_lat32
latent = np.load(self.raw_model_norm_pc_lat32_path)["latent"].astype(np.float32)
File "/home/chenyu/miniconda3/envs/diffuscene/lib/python3.8/site-packages/numpy/lib/npyio.py", line 417, in load
fid = stack.enter_context(open(os_fspath(file), "rb"))
FileNotFoundError: [Errno 2] No such file or directory: '/cluster/balrog/jtang/3D-FUTURE-model/2924a537-18e9-428d-9922-ab1460e1f58b/raw_model_norm_pc_lat32.npz'
How to solve it, how can I change the location of "/cluster/balrog/jtang/"
The text was updated successfully, but these errors were encountered: