raphael0202
commited on
Commit
•
8f1a82a
1
Parent(s):
eff4e13
Update README.md
Browse files
README.md
CHANGED
@@ -1,20 +1,22 @@
|
|
1 |
-
---
|
2 |
-
license: agpl-3.0
|
3 |
-
datasets:
|
4 |
-
- openfoodfacts/nutriscore-object-detection
|
5 |
-
pipeline_tag: object-detection
|
6 |
-
tags:
|
7 |
-
- food
|
8 |
-
---
|
9 |
|
10 |
# Open Food Facts Nutriscore object detection model
|
11 |
|
12 |
This object detection model was trained on images from the Open Food Facts database to detect Nutri-score labels on food packaging.
|
13 |
|
|
|
|
|
14 |
It was trained on 100 epochs using Ultralytics library (version 8.2.48), using yolov8n version, with images resized to 640x640.
|
15 |
This model is licensed under the AGPLv3 license.
|
16 |
|
17 |
## Weights
|
18 |
|
19 |
Weights are available in the weights/ directory.
|
20 |
-
An ONNX export of the model is available in weights/model.onnx
|
|
|
1 |
+
---
|
2 |
+
license: agpl-3.0
|
3 |
+
datasets:
|
4 |
+
- openfoodfacts/nutriscore-object-detection
|
5 |
+
pipeline_tag: object-detection
|
6 |
+
tags:
|
7 |
+
- food
|
8 |
+
---
|
9 |
|
10 |
# Open Food Facts Nutriscore object detection model
|
11 |
|
12 |
This object detection model was trained on images from the Open Food Facts database to detect Nutri-score labels on food packaging.
|
13 |
|
14 |
+
The v2.0 of the [nutrition-object-detection](https://huggingface.co/datasets/openfoodfacts/nutriscore-object-detection) dataset was used.
|
15 |
+
|
16 |
It was trained on 100 epochs using Ultralytics library (version 8.2.48), using yolov8n version, with images resized to 640x640.
|
17 |
This model is licensed under the AGPLv3 license.
|
18 |
|
19 |
## Weights
|
20 |
|
21 |
Weights are available in the weights/ directory.
|
22 |
+
An ONNX export of the model is available in `weights/model.onnx`.
|