nutriscore-yolo / README.md
raphael0202's picture
Update README.md
8f1a82a verified
|
raw
history blame
762 Bytes
---
license: agpl-3.0
datasets:
- openfoodfacts/nutriscore-object-detection
pipeline_tag: object-detection
tags:
- food
---
# Open Food Facts Nutriscore object detection model
This object detection model was trained on images from the Open Food Facts database to detect Nutri-score labels on food packaging.
The v2.0 of the [nutrition-object-detection](https://huggingface.co/datasets/openfoodfacts/nutriscore-object-detection) dataset was used.
It was trained on 100 epochs using Ultralytics library (version 8.2.48), using yolov8n version, with images resized to 640x640.
This model is licensed under the AGPLv3 license.
## Weights
Weights are available in the weights/ directory.
An ONNX export of the model is available in `weights/model.onnx`.