VinAIResearch / Open3DIS

Open3DIS: Open-vocabulary 3D Instance Segmentation with 2D Mask Guidance (CVPR 2024)
https://open3dis.github.io/
Apache License 2.0
62 stars 3 forks source link

when running "sh scripts/generate_3d_inst.sh" #23

Closed Jasper-kk closed 1 month ago

Jasper-kk commented 2 months ago

face

sh scripts/generate_3d_inst.sh 0%| | 0/50 [00:00<?, ?it/s]Process 09c1414f1b 0%| | 0/50 [00:00<?, ?it/s] Traceback (most recent call last): File "tools/generate_3d_inst.py", line 278, in cluster_dict = torch.load(os.path.join(save_dir_cluster, f"{scene_id}.pth")) File "/opt/conda/envs/Open3DIS/lib/python3.8/site-packages/torch/serialization.py", line 699, in load with _open_file_like(f, 'rb') as opened_file: File "/opt/conda/envs/Open3DIS/lib/python3.8/site-packages/torch/serialization.py", line 230, in _open_file_like return _open_file(name_or_buffer, mode) File "/opt/conda/envs/Open3DIS/lib/python3.8/site-packages/torch/serialization.py", line 211, in init super(_open_file, self).init(open(name, mode)) FileNotFoundError: [Errno 2] No such file or directory: '../exp_scannetpp/version_sam/hier_agglo/09c1414f1b.pth'

Thanks

Jasper-kk commented 2 months ago

and when I try this one "sh scripts/grounding_2d.sh configs/replica.yaml pretrains/foundation_models/groundingdino_swint_ogc.pth" still have problem "OSError: We couldn't connect to 'https://huggingface.co' to load this file, couldn't find it in the cached files and it looks like bert-base-uncased is not the path to a directory containing a file named config.json. Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'."

PhucNDA commented 1 month ago

Hi @Jasper-kk The repository has been updated recently with new features! Have you solved the problem?

Best, PhucNDA.