shvardhan commited on
Commit
8f53050
1 Parent(s): 6c33fe7

update config file

Browse files
configs/_base_/faster-rcnn_r50_fpn_1x_coco.py CHANGED
@@ -44,7 +44,7 @@ model = dict(
44
  in_channels=256,
45
  fc_out_channels=1024,
46
  roi_feat_size=7,
47
- num_classes=80,
48
  bbox_coder=dict(
49
  type='DeltaXYWHBBoxCoder',
50
  target_means=[0., 0., 0., 0.],
 
44
  in_channels=256,
45
  fc_out_channels=1024,
46
  roi_feat_size=7,
47
+ num_classes=1,
48
  bbox_coder=dict(
49
  type='DeltaXYWHBBoxCoder',
50
  target_means=[0., 0., 0., 0.],