dla icon indicating copy to clipboard operation
dla copied to clipboard

Difference between IDA_up and DLA_up

Open vinbhaskara opened this issue 5 years ago • 2 comments

The paper mentions DLA, IDA and HDA.

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

Thanks.

vinbhaskara avatar Aug 24 '19 20:08 vinbhaskara

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.

fyu avatar Aug 26 '19 03:08 fyu

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

rafikg avatar Aug 27 '19 13:08 rafikg