90 Commits

Author SHA1 Message Date
kiennt
83c93e85ac feat: Update dockerfile 2025-08-18 08:06:51 +00:00
kiennt
e09128f94c fix: form with multi-part python, np format for model 2025-08-17 14:12:26 +00:00
kiennt
147c52de71 feat: Add app 2025-08-17 13:28:25 +00:00
kiennt
e3f3ab95cc feat: Add app 2025-08-16 21:16:58 +00:00
kiennt
546f444c1c fix: for CUDA version >= 12.6 2025-08-16 09:57:17 +00:00
kiennt
e1420f9335 fix: Fix setup 2025-08-16 09:47:52 +00:00
Ren Tianhe
856dde20ae Grounded SAM 2 Release 2024-08-12 16:52:02 +08:00
Piotr Skalski
5a890bd867 Merge pull request #342 from ethanlee928/main
fix Supervision depreciation of BoxAnnotator
2024-07-24 08:59:41 +02:00
Piotr Skalski
e49e881edd Merge branch 'main' into main 2024-07-24 08:58:19 +02:00
ethanlee928
8b6a55f612 replaced BoundingBoxAnnotator with BoxAnnotator, updated Supervision version 2024-07-23 23:19:52 +08:00
Piotr Skalski
e27a646ca0 Update requirements.txt
`supervision==0.22.0` is deprecating `BoxAnnotator`. I'm freezing the `supervision` version to prevent any problems.
2024-07-12 12:27:24 +02:00
ethanlee928
d75c95daf6 fix Supervision depreciation of BoxAnnotator 2024-06-29 01:10:48 +08:00
Ren Tianhe
df5b48a3ef Update README.md 2024-05-23 20:10:37 +08:00
Ren Tianhe
4330960fa7 Grounding DINO 1.5 Release 2024-05-18 13:36:18 +08:00
JunX
16e0ccdb7d Update gradio_app.py (#318) 2024-04-22 16:01:29 +08:00
Ikko Eltociear Ashimine
3a2b344737 Update README.md (#322)
Performancce -> Performance
2024-04-14 13:57:39 +08:00
Rohan Manzoor
c023468faf Added Dockerfile along with a file to test Docker (#307) 2024-03-11 16:41:39 +08:00
ASHWIN UNNIKRISHNAN
d13643262e Update inference.py (#298) 2024-02-23 15:10:00 +08:00
Mehmet Deniz Birlikci
2b62f419c2 Update setup.py (#269) 2023-12-31 09:22:45 +08:00
Hardik Dava
27024e42da Update requirements.txt (#265) 2023-12-19 23:33:25 +08:00
Songming Liu
16e6b4bfcf Fix an incorrect link in README (#254) 2023-11-25 22:07:07 +08:00
sdy623
03198a2a79 Add the environment.yaml for Anaconda3 (#229) 2023-11-13 13:53:24 +08:00
Kazuto Murase
fbb2532bb0 eval empty token_spans properly (#191) 2023-11-13 13:53:12 +08:00
Shiyu
eeba084341 [fix] replace ema_model with model in demo/test_ap_on_coco (#242) 2023-11-13 13:52:37 +08:00
jishnujp-vp
60d796825e decoupled image processing from the main flow (#160) 2023-07-22 22:08:59 -07:00
Tony Wang
5bb6543346 Readme: Add more Installation details (#177)
* test functionality

* add more steps for installation, so the CUDA_HOME can be set correctly
2023-07-22 22:08:41 -07:00
Shilong Liu
b520c15790 Update README.md
add semantic sam
2023-07-18 14:20:51 -07:00
Ren Tianhe
6c27bc76b9 Update README.md 2023-06-29 17:03:15 +08:00
SlongLiu
c4c2d69fb4 fix readme for phrase grounding mode 2023-06-29 14:14:28 +08:00
SlongLiu
2452fa38d5 Merge branch 'main' of https://github.com/IDEA-Research/GroundingDINO into main 2023-06-29 14:11:54 +08:00
SlongLiu
a0cc07e12f support phrase grounding mode 2023-06-29 14:11:35 +08:00
Ren Tianhe
4605649b77 Update README.md 2023-06-28 00:18:24 +08:00
Ren Tianhe
beeb4c29cb Update README.md 2023-06-20 11:56:10 +08:00
Mohamad Al Mdfaa
9389fa492b fix: improve phrases2classes implementation (#143)
This commit improves the phrases2classes implementation by using a regular expression to match sub-phrases in the phrases list. This makes the implementation more accurate and efficient.
2023-06-17 02:36:16 -07:00
Shilong Liu
16292e162d support coco evaluation (#149) 2023-06-17 02:31:07 -07:00
Ren Tianhe
4e6f23d35c Add logo for Grounding-DINO (#144) 2023-06-13 22:00:19 -07:00
Ren Tianhe
6225f464da Add logo file 2023-06-14 12:27:55 +08:00
HaoRan-hash
9a96ef055c Solve combined categories (#125)
* Update inference.py
2023-06-07 11:48:08 -07:00
Piotr Skalski
31aa788a3c 🛠️ Fixing typos in README.md 2023-05-23 20:25:50 +02:00
Liu, Hao
427aebd59a <Feat>: use local transformer model (#110)
<Detail>:

<Footer>:
2023-05-22 15:10:04 +08:00
Karim Umar
39b1472457 minor typo in README (#99)
Co-authored-by: root <root@vmi1286032.contaboserver.net>
2023-05-12 21:43:47 +08:00
Ren Tianhe
654f5e8bf9 Highlight DetGPT 2023-05-10 11:03:10 +08:00
Ren Tianhe
67bb0b634a Refine README (#89)
* refine readme

* refine
2023-05-06 16:40:39 +08:00
Ren Tianhe
88a8cd6258 Update Citation 2023-05-06 15:56:00 +08:00
Ren Tianhe
db4e6d9680 Merge pull request #87 from darshats/main
create "." separated caption
2023-05-04 01:56:40 +08:00
Darshat Shah
168d65d5c4 create "." separated caption 2023-05-03 23:23:32 +05:30
rentainhe
a4dcf5d411 fix bug 2023-05-02 19:41:34 +08:00
Ren Tianhe
0dc5ece5a2 Merge pull request #40 from eltociear/patch-1
Update README.md
2023-05-02 17:40:10 +08:00
Ren Tianhe
55d5f31b70 Merge pull request #77 from darshats/main
use model.device when calling legacy predict
2023-05-02 17:36:30 +08:00
Ren Tianhe
562643e178 Merge pull request #79 from pooya-mohammadi/main
Move GroundingDINO_SwinB.cfg.py to GroundingDINO_SwinB_cfg.py
2023-05-02 17:33:06 +08:00