Raphaël Bournhonesque
commited on
Commit
•
4a4e96e
1
Parent(s):
edb8e95
update README
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1 |
---
|
2 |
license: agpl-3.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: agpl-3.0
|
3 |
---
|
4 |
+
|
5 |
+
# Open Prices - Price tag detection model
|
6 |
+
|
7 |
+
This object detection model was trained on images from the Open Prices database to detect price tags of products in shops.
|
8 |
+
|
9 |
+
It was trained on 206 epochs using Ultralytics library, using yolov11x version, with images resized to 960x960. This model is licensed under the AGPLv3 license.
|
10 |
+
|
11 |
+
## Weights
|
12 |
+
|
13 |
+
Weights are available in the weights/ directory. An ONNX export of the model is available in weights/model.onnx.
|