urilp4669 commited on
Commit
39800e5
1 Parent(s): c343f9f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "input_size": 640,
3
- "task": "instance-segmentation",
4
  "ultralytics_version": "8.0.20",
5
- "model_type": "v8",
6
  "num_classes": 1,
7
  "names": ["mexico_building"],
8
- "pipeline_tag": "image-segmentation",
9
  "library_name": "ultralytics",
10
  "version": "1.0"
11
- }
 
1
  {
2
  "input_size": 640,
3
+ "task": "object-detection",
4
  "ultralytics_version": "8.0.20",
5
+ "model_type": "yolo",
6
  "num_classes": 1,
7
  "names": ["mexico_building"],
8
+ "pipeline_tag": "object-detection",
9
  "library_name": "ultralytics",
10
  "version": "1.0"
11
+ }