> What does 'before', 'divide' and 'fusion' mean in the code? I couldn't find any corresponding description in your paper.
In the JSON file, does 'image_size' refer to before or after super-resolution? If 'image_size = (512, 512) ' and 'upscale_rate = 4', does it mean that no matter what the resolution of the input image is, it's resized to 128x128 before entering the encoder, and the outputs from both decoder-seg and decoder-sr are 512x512?
Looking forward to your reply.
Thank you for your attention. The super_resolution means to allow the model to use the super-resolution. The before means using the shared feature extraction module before the task head, and the sr_seg_fusion is used to control the w/ or w/o of the shared feature extraction module. The image_size and upscale_rate depend on the code you used; if you use our code, you are right.
Originally posted by @Qsingle in #3 (comment)
Thank you for your attention. The
super_resolutionmeans to allow the model to use the super-resolution. The before means using the shared feature extraction module before the task head, and thesr_seg_fusionis used to control the w/ or w/o of the shared feature extraction module. Theimage_sizeandupscale_ratedepend on the code you used; if you use our code, you are right.Originally posted by @Qsingle in #3 (comment)