-
Hello!
This is the problem when I use `grounded_sam2_local_demo.py` for image inference
-
Problem: Currently, we determine the success of a grasp based on whether the gripper is fully closed. This works well for most objects, since the gripper doesn't fully close due to their thickness. Ho…
-
Here is my code, just adding the time check on the demo code. It seems the encoding process is far more time-consuming than expected.
```
from mobile_sam import sam_model_registry, SamAutomaticMaskG…
-
`UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at ../aten/src/ATen/native/TensorShape.cpp:3609.)
final text_encoder_typ…
-
我使用grounded_sam_simple_demo.py进行测试,配置如下
GROUNDING_DINO_CONFIG_PATH = "GroundingDINO/groundingdino/config/GroundingDINO_SwinT_OGC.py"
GROUNDING_DINO_CHECKPOINT_PATH = "./groundingdino_swint_ogc.pth"
…
-
Hi, is there a way that we can return the bounding box information?
-
**Annotation anything now with only label word sets!**
Hi! Here I implemented a project combined SAM and Grounded DINO for automantic labelling pipeline with only one label word (https://github.com/Y…
-
### Search before asking
- [X] I have searched the Autodistill [issues](https://github.com/autodistill/autodistill/issues) and found no similar feature requests.
### Question
This is the program I…
-
Hi, Thank you for sharing this amazing open source. I've tried to fine tune grounding DINO as open set because fine-tuned grounding DINO as closed set is not compatible with grounded SAM repo. I guess…
-
Hi! Here I implemented a project combined SAM and Grounded DINO for zero-shot anomaly detection (https://github.com/caoyunkang/GroundedSAM-zero-shot-anomaly-detection). Welcome for any discussion~