Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- object-detection
|
4 |
+
- COCO
|
5 |
+
- YOLO
|
6 |
+
- Darknet
|
7 |
+
model-index:
|
8 |
+
- name: moon
|
9 |
+
results:
|
10 |
+
- metrics:
|
11 |
+
- type: mAP
|
12 |
+
value: 1
|
13 |
+
name: mAP
|
14 |
+
task:
|
15 |
+
type: object-detection
|
16 |
+
name: object-detection
|
17 |
+
dataset:
|
18 |
+
name: COCO
|
19 |
+
type: COCO
|
20 |
+
---
|