Unverified Commit 1db4baed authored by xiliu8006's avatar xiliu8006 Committed by GitHub
Browse files

fix fcos3d FPN BC-Breaking (#739)

parent 6a733eb4
......@@ -15,7 +15,7 @@ model = dict(
in_channels=[256, 512, 1024, 2048],
out_channels=256,
start_level=1,
add_extra_convs=True,
add_extra_convs='on_output',
num_outs=5,
relu_before_extra_convs=True),
bbox_head=dict(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment