The OCR approach is rephrased as Segmentation Transformer: https://arxiv.org/abs/1909.11065. This is an official implementation of semantic segmentation for HRNet. https://arxiv.org/abs/1908.07919
transformer
segmentation
high-resolution
semantic-segmentation
cityscapes
pascal-context
lip
high-resolution-net
hrnets
segmentation-transformer
-
Updated
Jul 20, 2021 - Python
Hello,
I am doing a school project and came across your paper on BezierLaneNet. I really like the idea and I am trying to implement it. One thing I do notice is that you opted to use
mmcvfor deformable convolution layer. I wonder if you think it is possible to replace it with thedeform_conv2dlayer provided by PyTorch as [here](https://pytorch.org/vision/main/generated/torchvision.ops.def