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

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

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

Conversation

hewanru-bit
Copy link
Contributor

No description provided.

configs/detection/edffnet/edffnet.py Outdated Show resolved Hide resolved
lqit/edit/datasets/cityscape_foggy_dataset.py Outdated Show resolved Hide resolved
lqit/edit/datasets/cityscape_foggy_dataset.py Outdated Show resolved Hide resolved
lqit/edit/models/editors/aodnet/aodnet.py Outdated Show resolved Hide resolved
lqit/edit/models/editors/aodnet/aodnet_generator.py Outdated Show resolved Hide resolved
lqit/edit/models/editors/aodnet/aodnet.py Outdated Show resolved Hide resolved
lqit/edit/models/editors/aodnet/aodnet.py Outdated Show resolved Hide resolved
lqit/edit/models/editors/aodnet/aodnet.py Outdated Show resolved Hide resolved
lqit/edit/models/editors/aodnet/aodnet.py Outdated Show resolved Hide resolved
lqit/edit/models/editors/aodnet/aodnet.py Outdated Show resolved Hide resolved
@@ -53,3 +53,7 @@
milestones=[8, 11],
gamma=0.1)
]

optim_wrapper = dict(
Copy link
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
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
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