Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: agpl-3.0
|
| 3 |
+
base_model:
|
| 4 |
+
- Ultralytics/YOLOv8
|
| 5 |
+
base_model_relation: quantized
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
This is a copy of Yolo as distributed at https://ultralytics.com under the license described in LICENSE.
|