-
I'm unable to get the DINO model to train with the README instructions. I can't install the dlib because it says:
"ERROR: dlib-19.18.0-cp37-cp37m-linux_x86_64.whl is not a supported wheel on this pla…
-
Traceback (most recent call last):
File "c:\Users\HP\Documents\GitHub\autodistill-grounding-dino\autodistill.py", line 11, in
from autodistill_grounding_dino import GroundingDINO
File "c:\…
-
### Expected Behavior
Normal output.
### Actual Behavior
After a few drawings it occasionally looks like this:
![image](https://github.com/user-attachments/assets/8269889e-99fe-40d7-be96-77362afda…
-
_Originally written by **lukon1 | 76561199219450600**_
Game Version: 1.2.0395
*===== System Specs =====
CPU Brand: AMD Ryzen 7 5800H with Radeon Graphics
Vendor: AuthenticAMD
GPU Brand: NVID…
-
您好,我使用grounding-dino训练了我自己的烟雾数据(用的是configs/grounding_dino/grounding_dino_swin-t_finetune_16xb2_1x_coco.py),进行推理的时候单张图耗时32s,是不是太慢了啊
推理的时候出现nltk的报错,可是这些包我都已经拉到本地的nltk下了,他还是自己去网上找,请问是不是这里大量耗时了?
[nltk_d…
-
DINO v2 finds that high values of stochastic depth is very helpful for larger models in terms of performance and they also gave an efficient implementation that only operates on the un-masked samples …
-
Great job! How i can run Grounding DINO 1.5 Edge, is there any inference or demo code?
-
Hi team,
I am trying to train/fine-tune swin_5scale model on a custom dataset which has 7 classes to train on. below is the script to start the training. I am using one of the uploaded 5scale_swin …
-
Thanks for your amazing work. Could you tell me how to configure the environment? Will the environment used by different models (AnyDoor, DINO, Inpaint anything...) conflict?
-
In the code of making one-hot targets for class prediction, the `no-object` class prediction seems not to be supervised:
https://github.com/IDEA-Research/DINO/blob/3ffda400b0f1d4a919fbe2a9cf567e79d21…