We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1084f75 commit beb41e5Copy full SHA for beb41e5
frcnn.py
@@ -22,7 +22,7 @@ class FRCNN(object):
22
"model_path" : 'model_data/voc_weights_resnet.pth',
23
"classes_path" : 'model_data/voc_classes.txt',
24
"confidence" : 0.5,
25
- "iou" : 0.45,
+ "iou" : 0.3,
26
"backbone" : "resnet50"
27
}
28
0 commit comments