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

Difference between IDA_up and DLA_up #14

Open
vinbhaskara opened this issue Aug 24, 2019 · 2 comments
Open

Difference between IDA_up and DLA_up #14

vinbhaskara opened this issue Aug 24, 2019 · 2 comments

Comments

@vinbhaskara
Copy link

The paper mentions DLA, IDA and HDA.

But how are DLAUp and IDAUp in your code different? Can you provide some reference please?

Thanks.

@fyu
Copy link
Contributor

fyu commented Aug 26, 2019

DLA consists of groups of HDA. It is mainly used for classification tasks. IDA is used for upsampling DLA to get high-resolution output, so it is called IDAUp in the code. DLAUp is the final structure after putting DLA and IDAUp together.

@rafikg
Copy link

rafikg commented Aug 27, 2019

Hi @fyu,
I am interested in the segmentation network and I want to know the number of features maps (ouput_dim) that you use during the up-sampling branch

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