Skip to content

Commit

Permalink
Update Libra RetinaNet config with the latest code (#1975)
Browse files Browse the repository at this point in the history
* Fix IoU sampling

* Update config of libra rcnn with the latest code
  • Loading branch information
OceanPang authored and hellock committed Jan 13, 2020
1 parent 8c0ecd1 commit e032ebb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions configs/libra_rcnn/libra_retinanet_r50_fpn_1x.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
in_channels=[256, 512, 1024, 2048],
out_channels=256,
start_level=1,
extra_convs_on_inputs=True,
add_extra_convs=True,
num_outs=5),
dict(
Expand Down Expand Up @@ -57,9 +56,6 @@
neg_iou_thr=0.4,
min_pos_iou=0,
ignore_iof_thr=-1),
smoothl1_beta=0.11,
gamma=2.0,
alpha=0.25,
allowed_border=-1,
pos_weight=-1,
debug=False)
Expand Down

0 comments on commit e032ebb

Please sign in to comment.