-
Hello, thanks for the awesome collection of demos and code.
I wonder if you have benchmarks or comparisons of the text grounding segmentation capabilities of GroundingDino vs Florence-2? While I've b…
-
im still working on this
todo
add fossels to mapgen
-
### 🐛 Describe the bug
version:
python 3.10
torch 2.1.0
cuda 12.1
put breakpoint in row x = x.detach()
```python
import torch
import torchvision
class BoQ_DinoV2(torch.nn.Module):
…
-
Hello ,
I am trying to export `Co-DETR/projects/configs/co_dino/co_dino_5scale_swin_large_16e_o365tococo.py` to onnx using the file `tools/deployment/pytorch2onnx.py`, but when I run the file it te…
-
Thank you for your outstanding work. I would like to ask whether the DINO pretrained model used is the "backbone only" of the page you gave or "full ckpt". If it is the "backbone only", Runtime messag…
-
error
> File "C:\Users\Administrator\miniconda3\envs\mmdet\lib\site-packages\transformers\modeling_attn_mask_utils.py", line 439, in _prepare_4d_attention_mask_for_sdpa
> batch_size, key_value…
-
@rentainhe Hi, When to release the code of stable DINO.
Why hasn't it been released yet, and will it continue to be?
Is there a problem with the method?
-
hello!
I wonder if there is additional version of dino (for example ViT-S/14) that can be used as backbone in this model
-
Not using distributed mode
Loading config file from config/DINO/DINO_4scale.py
[05/13 16:41:35.532]: git:
sha: faa8520fe9604c23ad65a48bc583550a44c0e3ab, status: clean, branch: main
[05/13 16:4…
-
HI,
when i view your codes on the inference step, I find that when you generate the row_relevancy output, you do not include the output from dino network. So, we are wondering the current results o…