Closed zyxu1996 closed 3 years ago
if the scale of input is 256_256, should I rescale it to a large size? Scale 1024_1024 or something.
Since ddrnet is designed for relatively high-resolution image segmentation, you should modify the number of downsampling branches in the dappm module.
Hi, how would you adjust the number of downsampling branches for samples of size 512x512?
Hi, how would you adjust the number of downsampling branches for samples of size 512x512?
My image size is also 512x512. Have you solved this problem and how should I set dappm
Hi, how would you adjust the number of downsampling branches for samples of size 512x512?
My image size is also 512x512. Have you solved this problem and how should I set dappm
if the scale of input is 256256, should I rescale it to a large size? Scale 10241024 or something.