Raghavan commited on
Commit
9b58e57
1 Parent(s): 96c4026

Upload 3 files

Browse files
Files changed (2) hide show
  1. config.json +2 -2
  2. preprocessor_config.json +2 -2
config.json CHANGED
@@ -359,7 +359,7 @@
359
  ],
360
  "backbone_stride": 2,
361
  "backbone_use_bn": true,
362
- "bbox_type": 300,
363
  "head_conv_dilation": 1,
364
  "head_conv_groups": 1,
365
  "head_conv_in_channels": 512,
@@ -386,7 +386,7 @@
386
  "initializer_range": 0.02,
387
  "loss_bg": false,
388
  "min_area": 300,
389
- "min_score": 300,
390
  "neck_dilation": [
391
  1,
392
  1,
 
359
  ],
360
  "backbone_stride": 2,
361
  "backbone_use_bn": true,
362
+ "bbox_type": "poly",
363
  "head_conv_dilation": 1,
364
  "head_conv_groups": 1,
365
  "head_conv_in_channels": 512,
 
386
  "initializer_range": 0.02,
387
  "loss_bg": false,
388
  "min_area": 300,
389
+ "min_score": 0.85,
390
  "neck_dilation": [
391
  1,
392
  1,
preprocessor_config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "bbox_type": 300,
3
  "crop_size": {
4
  "height": 224,
5
  "width": 224
@@ -21,7 +21,7 @@
21
  0.225
22
  ],
23
  "min_area": 300,
24
- "min_score": 300,
25
  "pooling_size": 11,
26
  "resample": 3,
27
  "rescale_factor": 0.00392156862745098,
 
1
  {
2
+ "bbox_type": "poly",
3
  "crop_size": {
4
  "height": 224,
5
  "width": 224
 
21
  0.225
22
  ],
23
  "min_area": 300,
24
+ "min_score": 0.85,
25
  "pooling_size": 11,
26
  "resample": 3,
27
  "rescale_factor": 0.00392156862745098,