Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in Semantic Segmentation, Interactive Segmentation, Panoptic Segmentation, Image Matting, 3D Segmentation, etc.
transformer
image-segmentation
autonomous-driving
lane-detection
semantic-segmentation
video-segmentation
image-matting
medical-image-segmentation
interactive-segmentation
panoptic-segmentation
human-segmentation
-
Updated
Jul 8, 2022 - 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
mmcv
for deformable convolution layer. I wonder if you think it is possible to replace it with thedeform_conv2d
layer provided by PyTorch as [here](https://pytorch.org/vision/main/generated/torchvision.ops.def