a question about the implementation of OCRNet in MMSegmentation #2285
Unanswered
finestprogrammer
asked this question in
General
Replies: 1 comment 1 reply
-
Hi @createhappily, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi contributors, thank you for your awesome project. I have a question about the implementation of OCRNet. As I read in the original paper, the OCRNet pipeline contains a module called Soft Object Regions and a module called Pixel Representations. Also, the OCRNet in MMSegmentation is implemented as a cascaded encoder-decoder with a FPN head and a OCR head followed by OCRNet. Are Soft Object Regions and Pixel Representations produced by applying FPN on outputs of HRNet? Please point out if I misunderstood anything?
Beta Was this translation helpful? Give feedback.
All reactions