pytorch-deeplab-xception icon indicating copy to clipboard operation
pytorch-deeplab-xception copied to clipboard

Why force to set the output stride for DRN to 8?

Open maosuli opened this issue 2 years ago • 0 comments

I noticed a code in the file "deeplab.py". That is,

if backbone == 'drn': output_stride = 8

Why do we need to force to set the output stride to 8?

Many thanks for your reply.

Best,

Eric

maosuli avatar Aug 02 '23 03:08 maosuli