Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] add SFSegNet head #733

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
sfnet
  • Loading branch information
MengzhangLI committed Jul 27, 2021
commit ca56ceea6f8a6896e130246e68f9be4a3817b08f
2 changes: 1 addition & 1 deletion configs/_base_/models/sfnet_r50-d8.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
type='EncoderDecoder',
pretrained='open-mmlab://resnet50_v1c',
backbone=dict(
type='ResNetV1d',
type='ResNetV1c',
depth=50,
num_stages=4,
out_indices=(0, 1, 2, 3),
Expand Down