Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- detection-datasets/fashionpedia
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
pipeline_tag: object-detection
|
7 |
+
tags:
|
8 |
+
- YOLOS
|
9 |
+
- Object detection
|
10 |
+
---
|
11 |
+
|
12 |
+
This is a fine-tunned object detection model for only detecting pocket.
|
13 |
+
|
14 |
+
this model supports the following categories:
|
15 |
+
|
16 |
+
CATS = ['pocket']
|
17 |
+
|