Skip to content

Commit beb41e5

Browse files
authored
Update frcnn.py
1 parent 1084f75 commit beb41e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frcnn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class FRCNN(object):
2222
"model_path" : 'model_data/voc_weights_resnet.pth',
2323
"classes_path" : 'model_data/voc_classes.txt',
2424
"confidence" : 0.5,
25-
"iou" : 0.45,
25+
"iou" : 0.3,
2626
"backbone" : "resnet50"
2727
}
2828

0 commit comments

Comments
 (0)