-
### Checklist
- [X] I have searched related issues but cannot get the expected help.
- [X] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/tree/main/docs/en/faq.md) but …
-
Hello,
Thank you for the nice work on this model !
When using the Grounding-DINO-1.5 API, are we using the Edge or Pro version (as defined in your paper) ?
-
I'm trying to get DINO ViT model from huggingface transformers running through Turbine. Here is the code I'm using to make it work on turbine. It's based on the sd_inference code in the repo.
```pyth…
-
_Originally written by **Crumb Lord | 76561198034476653**_
Game Version: 1.2.0231
*===== System Specs =====
CPU Brand: Intel(R) Core(TM) i5-10400F CPU @ 2.90GHz
Vendor: GenuineIntel
GPU Brand: NVIDIA…
-
### Search before asking
- [X] I have searched the Autodistill [issues](https://github.com/autodistill/autodistill/issues) and found no similar bug report.
### Bug
Autodistill does not appear to s…
-
python main.py --output_dir /home/pcl/DETR/DINOout -c config/DINO/DINO_4scale.py --coco_path /home/pcl/DETR/DETRinput/ --options dn_scalar=100 embed_init_tgt=TRUE dn_label_coef=1.0 dn_bbox_coef=1.0 us…
-
I've recently been running into some severe memory leaks during long-running calls. I've had many 10's of GB of memory used by Dino during these calls, steadily rising, multiple MB/s a minute, and the…
-
### Cura Version
5.4
### Operating System
windows 11
### Printer
Anycubic Vyper
### Name abnormal settings
_No response_
### Describe model location
_No response_
### Describe your model
no…
-
## Description
Tested all `dino_eva_02_vitdet` models from [here](https://github.com/IDEA-Research/detrex/tree/main/projects/dino_eva) and the models with `image_size=1024` seem to be failing.
Use…
dgcnz updated
4 months ago
-
As I understand it, TorchModuleWrapper ports an nn.Module to a Keras model, no? Trying to fine-tune the grounding dino model, I first set up the nn.Module (an inherited subclass anyway), and then wrap…