nielsr HF staff commited on
Commit
ff73816
1 Parent(s): 379239b

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -5
config.json CHANGED
@@ -2266,7 +2266,7 @@
2266
  "mask_thr_binary": 0.5,
2267
  "max_per_img": 100,
2268
  "nms": {
2269
- "iou_threshold": 0.5,
2270
  },
2271
  "score_thr": 0.05
2272
  },
@@ -2307,8 +2307,7 @@
2307
  "max_per_img": 1000,
2308
  "min_bbox_size": 0,
2309
  "nms": {
2310
- "iou_threshold": 0.7,
2311
- "type": "nms"
2312
  },
2313
  "nms_pre": 2000
2314
  },
@@ -2320,8 +2319,7 @@
2320
  "max_per_img": 1000,
2321
  "min_bbox_size": 0,
2322
  "nms": {
2323
- "iou_threshold": 0.7,
2324
- "type": "nms"
2325
  },
2326
  "nms_pre": 1000
2327
  },
 
2266
  "mask_thr_binary": 0.5,
2267
  "max_per_img": 100,
2268
  "nms": {
2269
+ "iou_threshold": 0.5
2270
  },
2271
  "score_thr": 0.05
2272
  },
 
2307
  "max_per_img": 1000,
2308
  "min_bbox_size": 0,
2309
  "nms": {
2310
+ "iou_threshold": 0.7
 
2311
  },
2312
  "nms_pre": 2000
2313
  },
 
2319
  "max_per_img": 1000,
2320
  "min_bbox_size": 0,
2321
  "nms": {
2322
+ "iou_threshold": 0.7
 
2323
  },
2324
  "nms_pre": 1000
2325
  },