Ruben-F commited on
Commit
07d7592
1 Parent(s): 689a90c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -3
config.json CHANGED
@@ -1,7 +1,8 @@
1
  {
2
- "task": "detect",
3
- "mode": "train",
4
- "model": "yolov8s.pt",
 
5
  "data": "config.yaml",
6
  "epochs": 200,
7
  "batch": 16,
 
1
  {
2
+ "task": "object-detetion",
3
+ "model": "best.pt",
4
+ "model_type": "v8",
5
+ "ultralytics_version": "8.2.8",
6
  "data": "config.yaml",
7
  "epochs": 200,
8
  "batch": 16,