Datasets:
myownskyW7
commited on
Commit
•
ec1ec2f
1
Parent(s):
1332256
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<p>
|
2 |
<div align="center">
|
3 |
-
|
4 |
-
# <img src="images/v3det_icon.jpg" height="25"> V3Det: Vast Vocabulary Visual Detection Dataset
|
5 |
|
6 |
<div>
|
7 |
<a href='https://myownskyw7.github.io/' target='_blank'>Jiaqi Wang</a>*,
|
@@ -27,17 +41,17 @@
|
|
27 |
</div>
|
28 |
</p>
|
29 |
|
30 |
-
<p align="
|
31 |
<img width=960 src="images/introduction.jpg"/>
|
32 |
</p>
|
33 |
|
34 |
## Codebase
|
35 |
### Object Detection
|
36 |
-
-
|
37 |
-
-
|
38 |
|
39 |
### Open Vocabulary Detection (OVD)
|
40 |
-
-
|
41 |
|
42 |
## Data Format
|
43 |
|
@@ -140,4 +154,4 @@ Please refer to the [TreeUI Operation Guide](VisualTree.md) for more information
|
|
140 |
month = {October},
|
141 |
year = {2023}
|
142 |
}
|
143 |
-
```
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
task_categories:
|
4 |
+
- object-detection
|
5 |
+
size_categories:
|
6 |
+
- 1K<n<10K
|
7 |
+
---
|
8 |
+
|
9 |
+
<p align="center">
|
10 |
+
<img src="images/v3det_icon.jpg" width="100"/>
|
11 |
+
</p>
|
12 |
+
|
13 |
+
<p align="center">
|
14 |
+
<b><font size="6">V3Det: Vast Vocabulary Visual Detection Dataset</font></b>
|
15 |
+
</p>
|
16 |
+
|
17 |
<p>
|
18 |
<div align="center">
|
|
|
|
|
19 |
|
20 |
<div>
|
21 |
<a href='https://myownskyw7.github.io/' target='_blank'>Jiaqi Wang</a>*,
|
|
|
41 |
</div>
|
42 |
</p>
|
43 |
|
44 |
+
<p align="center">
|
45 |
<img width=960 src="images/introduction.jpg"/>
|
46 |
</p>
|
47 |
|
48 |
## Codebase
|
49 |
### Object Detection
|
50 |
+
- mmdetection: https://github.com/V3Det/mmdetection-V3Det/tree/main/configs/v3det
|
51 |
+
- Detectron2: https://github.com/V3Det/Detectron2-V3Det
|
52 |
|
53 |
### Open Vocabulary Detection (OVD)
|
54 |
+
- Detectron2: https://github.com/V3Det/Detectron2-V3Det
|
55 |
|
56 |
## Data Format
|
57 |
|
|
|
154 |
month = {October},
|
155 |
year = {2023}
|
156 |
}
|
157 |
+
```
|