Skip to content

[WIP] add AODNet and support cityscape foggy dataset#15

Open
hewanru-bit wants to merge 13 commits intomainfrom
hwr
Open

[WIP] add AODNet and support cityscape foggy dataset#15
hewanru-bit wants to merge 13 commits intomainfrom
hwr

Conversation

@hewanru-bit
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread configs/detection/edffnet/edffnet.py Outdated
Comment thread lqit/edit/datasets/cityscape_foggy_dataset.py Outdated
Comment thread lqit/edit/datasets/cityscape_foggy_dataset.py Outdated
Comment thread lqit/edit/models/editors/aodnet/aodnet.py Outdated
Comment thread lqit/edit/models/editors/aodnet/aodnet_generator.py Outdated
Comment thread lqit/edit/models/editors/aodnet/aodnet.py Outdated
Comment thread lqit/edit/models/editors/aodnet/aodnet.py Outdated
Comment thread lqit/edit/models/editors/aodnet/aodnet.py Outdated
Comment thread lqit/edit/models/editors/aodnet/aodnet.py Outdated
Comment thread lqit/edit/models/editors/aodnet/aodnet.py Outdated
Comment thread lqit/common/dataset_wrappers.py Outdated
Comment thread configs/edit/aodnet/aodnet.py
Comment thread configs/detection/edffnet/edffnet.py Outdated
gamma=0.1)
]

optim_wrapper = dict(
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete

cat3 = torch.cat((x1, x2, x3, x4), 1)
k = F.relu(self.conv5(cat3))

if k.size() != x.size():
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

assert k.size() == x.size()

model: ConfigType,
pixel_loss: ConfigType = dict(
type='MSELoss', loss_weight=1.0),
init_cfg: OptMultiConfig = None) -> None:
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

**kwarg is needed

@BIGWangYuDong BIGWangYuDong changed the title [Feature] add AODNet and support cityscape foggy dataset [WIP] add AODNet and support cityscape foggy dataset Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants