apolloparty
commited on
Commit
•
673eed6
1
Parent(s):
d48d02b
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
pipeline_tag: object-detection
|
4 |
+
library_name: transformers
|
5 |
+
---
|
6 |
+
|
7 |
+
Transformers usable lyuwenyu RT-DETRv2_101vd
|
8 |
+
|
9 |
+
Origin:
|
10 |
+
- https://github.com/lyuwenyu/RT-DETR/tree/main/rtdetrv2_pytorch
|
11 |
+
|
12 |
+
Converter:
|
13 |
+
- https://huggingface.co/jadechoghari/RT-DETRv2/tree/main
|
14 |
+
- Modification on config.json -> model_type to be usable with Transformers
|
15 |
+
|
16 |
+
Tested and working with:
|
17 |
+
- Transformers with RTDetrForObjectDetection, RTDetrImageProcessor, AutoModelForObjectDetection, AutoImageProcessor
|
18 |
+
- supervision with SAHI and annotators (except segmentation)
|
19 |
+
|
20 |
+
Code example (coming soon)
|