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

Segmentation implementation #14

Closed
erichhhhho opened this issue Aug 21, 2019 · 3 comments
Closed

Segmentation implementation #14

erichhhhho opened this issue Aug 21, 2019 · 3 comments

Comments

@erichhhhho
Copy link

erichhhhho commented Aug 21, 2019

Hi, Nice work!

I have a question, Would you mind sharing what decoder or upsampling method you are using in semantic segmentation, after setting the IBN nets as the backbone?

Or could you share more about the implementation details on this? (finetuning in cityscapes and cross domain Experiments) As you didn't mention much in the paper

@erichhhhho erichhhhho changed the title Segmentation Segmentation implementation Aug 21, 2019
@XingangPan
Copy link
Owner

For semantic segmentation, our pipeline is similar to PSPNet without Pyramid Pooling Module.
There is no decoder, the output of the backbone is upsampled by 8 times using bilinear interpolation.
Our code is modified from this repo https://github.com/meetshah1995/pytorch-semseg

@erichhhhho
Copy link
Author

Thx!

@emma-sjwang
Copy link

@erichhhhho
Hi, have you reproduced the segmentation part?
I am also interested in this segmentation implementation.
@XingangPan
Thanks for the released wonderful work. Will the segmentation models be released in the future?

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

No branches or pull requests

3 participants