andreysher
commited on
Commit
·
13f2711
1
Parent(s):
e970115
Add dataset to model card and config.json
Browse files- README.md +3 -0
- config.json +1 -0
README.md
CHANGED
@@ -7,6 +7,9 @@ model-index:
|
|
7 |
results:
|
8 |
- task:
|
9 |
type: object-detection
|
|
|
|
|
|
|
10 |
metrics:
|
11 |
- type: precision
|
12 |
value: 49,4
|
|
|
7 |
results:
|
8 |
- task:
|
9 |
type: object-detection
|
10 |
+
dataset:
|
11 |
+
type: visdrone
|
12 |
+
name: visdrone
|
13 |
metrics:
|
14 |
- type: precision
|
15 |
value: 49,4
|
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"email": "[email protected]"}
|