pytorch-deeplab-xception
pytorch-deeplab-xception copied to clipboard
Why force to set the output stride for DRN to 8?
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