-
It seems some evaluation code about the class of RefL4Dataset are missing ,could you please update it?
-
Hello, thank you for your work. I would like to ask why you think the task of synchronized subtitles is important. How can it help in action generation and action understanding?
-
Hi,
I noticed that new module which is using class list as a input of prompt has been newly added to groundingDino.
I tried both **get_grounding_output** and **predict_with_classes**, and could se…
-
Hi! First of all thank you for the amazing work on building Kosmos-2!
I have some questions regarding the prompt format used for generating the [paper](https://arxiv.org/pdf/2306.14824.pdf) example…
-
-
To the Authors
Very nice job! But I just have some questions when I read the paper:
1) you concatenate all category names as input texts for object detection tasks, but how to deal with the texts …
-
In the provided colab demo `grounded_sam_colab_demo.ipynb`, the block `Grounding DINO for detection`, when defining the grounding-DINO detection function, we got
```python
def detect(image, text_pro…
-
I am trying to give text inputs for the image_demo, however for some reason when I use 'pedestrian' as a text input it is not recognised as a noun_phrase.
Example:
```
python demo/image_demo.py i…
-
I was following [Roboflow notebook](https://github.com/roboflow/notebooks/blob/main/notebooks/zero-shot-object-detection-with-grounding-dino.ipynb) and got below error while predicting with the Ground…
-
2 quick questions about text prompt for zero-shot detection.
I used
`boxes_filt, pred_phrases, scores = get_grounding_output(model, image, text_prompt, box_threshold, text_threshold, with_logits=…