mmsegmentation icon indicating copy to clipboard operation
mmsegmentation copied to clipboard

Have some questions about the structure?

Open chen-del opened this issue 3 years ago • 1 comments

pspnet_unet

Auxiliary_head The auxiliary decoding head uses fcn, but this will cause the structure parameters to be too large. Can the auxiliary decoding head use a lightweight method, such as changing to 8 times downsampling of movnetv2, and then replace decode_head=dict with movnetv2 16 times downsampling or 32 times downsampling, can you help me answer this question?

chen-del avatar Aug 05 '22 02:08 chen-del

Sorry, I don't understand your question very well, could you describe it more clearly? If your machine doesn't support training with an auxiliary head, you might remove it and it does not have a great impact on the final result https://mmsegmentation.readthedocs.io/en/latest/faq.html#what-does-the-auxiliary-head-mean

xiexinch avatar Aug 05 '22 09:08 xiexinch