-
```python
Traceback (most recent call last):
File "/data10/cyb/SAM/SAM1/recognize-anything/test.py", line 261, in
ram_tags, ram_chinese_tags, ram_out_image = inference_with_ram(in_img, do_de…
-
I tried by leave prompt as empty string, but Stable Diffusion put random object instead.
-
how to solve this problem I am sure i have this file
(label) D:\Desktop\text\Grounded-Segment-Anything>python automatic_label_ram_demo.py --config GroundingDINO/groundingdino/config/GroundingDINO_Sw…
-
Hi @Celebio @nlutsenko @colesbury @pdollar @calebrob6
Thanks for the great work.I was trying to run Grounded MobileSAM and EdgeSAM which is of course importing functions from SAM.Following issue I w…
-
running `python gradio_app.py` i get following error:
```
Traceback (most recent call last):
File "/home/nikste/grounded_sam/scripts/gradio_app.py", line 372, in
input_image = gr.Image(sour…
-
![image](https://user-images.githubusercontent.com/78678070/236624435-a9de14d8-ecab-428c-9989-9dea2ff920bc.png)
为什么只识别到一个车辆,其他车辆没有识别到呢?
运行命令:
export CUDA_VISIBLE_DEVICES=0
python grounded_sam_de…
-
Implement an easy-to-use training pipeline for single-class instance segmentation.
SAM itself has limited object categorization capability. Text prompt was mentioned in the paper but not released i…
zzsi updated
11 months ago
-
运行的gradio_app.py选择seg的时候(其他的也一样),这里到5s左右就直接显示error,但是代码是没有报错,并且运行到了最后的return [image, mask_pil]这一步,而单独运行grounded_sam_demo.py是可以出来结果的,是我哪里需要修改吗,网页上没有显示出结果
![image](https://user-images.githubusercontent…
-
### Feature Request: Implementing Masked Video Segmentation with Object Detection - GroundingSAM with Overeasy
**Description:**
I would like to request the integration of masked segmentation from …
-
Running
```
python grounded_sam_inpainting_demo.py \
--config GroundingDINO/groundingdino/config/GroundingDINO_SwinT_OGC.py \
--grounded_checkpoint groundingdino_swint_ogc.pth \
--sam_che…