afm_cvpr2019
Line Segment Detector
An implementation of line segment detection using convolutional neural networks and a coupled region coloring problem
Official implementation of paper "Learning Attraction Field Map for Robust Line Segment Detection" (CVPR 2019)
295 stars
16 watching
66 forks
Language: Python
last commit: over 5 years ago Related projects:
Repository | Description | Stars |
---|---|---|
svip-lab/ppgnet | This project presents a PyTorch implementation of a deep learning algorithm for detecting line segments in images. | 173 |
mlpc-ucsd/letr | An algorithm for line segment detection using Transformers without edges | 210 |
cvg/sold2 | A deep learning framework for detecting and describing lines in images, particularly robust to occlusion | 546 |
aka-discover/ccmba_cvpr23 | Improving semantic segmentation robustness to motion blur using custom data augmentation techniques | 5 |
cvg/deeplsd | A software framework for detecting and refining line segments in images using deep learning techniques | 484 |
yanconglin/deep-hough-transform-line-priors | This implementation introduces line priors into a deep learning-based line detection system to improve efficiency and accuracy. | 164 |
delay-xili/f-clip | Provides an implementation of a neural network for detecting lines in images and videos | 154 |
hciilab/derpn | A novel region proposal network for object detection and scene text detection that focuses on improving the adaptivity of current detectors | 156 |
jingzhang617/cod-rank-localize-and-segment | Develops a system to detect, segment, and rank camouflaged objects in images. | 74 |
navervision/mlsd | Develops efficient and real-time line segment detection software for resource-constrained environments. | 539 |
kinpzz/msrnet-cviu | An implementation of instance-level salient object segmentation using the MSRNet architecture | 10 |
lartpang/ovcamo | Develops an object segmentation algorithm to detect camouflaged objects in images with varying backgrounds and contexts. | 20 |
charlesq34/frustum-pointnets | A deep learning framework for 3D object detection from RGB-D data | 1,592 |
imatge-upc/saliency-2016-cvpr | This project proposes a solution to predict salient areas in images using convolutional neural networks. | 185 |
doubledaibo/drnet_cvpr2017 | This project presents a deep neural network architecture designed to detect visual relationships in images. | 202 |