Hi! I'm following your guide and im now at this part of your code:
sh scripts/data/gen_mask_sam_text.sh spinnerf_dataset 2 data data
I had to install grounding dino because i was receiving a missing error, then another checkpoint was missing which was part of the groundingdino package, now i get this error:
File "/home/david/miniconda3/envs/ornerf/lib/python3.9/site-packages/segment_anything/build_sam.py", line 104, in _build_sam with open(checkpoint, "rb") as f: FileNotFoundError: [Errno 2] No such file or directory: 'ckpts/sam/sam_vit_h_4b8939.pth'
Seems like another pth missing,
Any suggestions?
Hi! I'm following your guide and im now at this part of your code:
sh scripts/data/gen_mask_sam_text.sh spinnerf_dataset 2 data data
I had to install grounding dino because i was receiving a missing error, then another checkpoint was missing which was part of the groundingdino package, now i get this error:
File "/home/david/miniconda3/envs/ornerf/lib/python3.9/site-packages/segment_anything/build_sam.py", line 104, in _build_sam with open(checkpoint, "rb") as f: FileNotFoundError: [Errno 2] No such file or directory: 'ckpts/sam/sam_vit_h_4b8939.pth'
Seems like another pth missing, Any suggestions?