Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
---
|
2 |
license: bsd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: bsd
|
3 |
+
datasets:
|
4 |
+
- ilass/OktoberfestFoodDatasetPlus
|
5 |
+
pipeline_tag: object-detection
|
6 |
+
tags:
|
7 |
+
- persons
|
8 |
+
- food
|
9 |
+
- drinks
|
10 |
---
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
15 |
+
|
16 |
+
This Model is trained on https://huggingface.co/datasets/ilass/OktoberfestFoodDatasetPlus
|
17 |
+
Its Categories are: drinkServed, foodServed, person
|
18 |
+
Its trained with yolo8
|
19 |
+
|
20 |
+
### Model Sources [optional]
|
21 |
+
|
22 |
+
<!-- Provide the basic links for the model. -->
|
23 |
+
|
24 |
+
- **Repository:** https://github.com/ilassAG/OktoberfestFoodDataset
|
25 |
+
- **Paper [optional]:** https://arxiv.org/abs/1912.05007
|
26 |
+
- **Demo [optional]:** https://huggingface.co/datasets/ilass/OktoberfestFoodDatasetPlus
|