RaphaelKalandadze
commited on
Commit
·
3686f27
1
Parent(s):
21a791b
Create config.json
Browse files- config.json +7 -0
config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"task": "detect",
|
2 |
+
"mode": "predict"
|
3 |
+
"conf": 0.5,
|
4 |
+
"imgsz": 640,
|
5 |
+
"nc": 17,
|
6 |
+
"names": ["aop", "asc", "bio", "fairtrade", "frenchpoultrymeat", "frenchvealmeat", "fsc", "gluten_free", "igp", "lebelrouge", "nutriscore", "organic", "stg", "sustainable_fisheries", "vbf", "vegetarian", "vpf"]
|
7 |
+
}
|