Python Deep Learning Projects

Deep Hough Transform for Semantic Line Detection

Abstract: We detect semantic lines in natural scenes. Many methods treat semantic line detection as a special case of object detection. These methods neglect line characteristics and perform poorly. Lines are simpler geometrically than complex…

Python Deep Learning Projects

Counting People by Estimating People Flows

Abstract: Deep networks estimate people densities in images for modern crowd counting methods. Few video sequences use temporal consistency, and those that do only apply weak smoothness constraints across frames. This paper proposes estimating people…

Python Deep Learning Projects

Continual Adaptation for Deep Stereo

Abstract: Convolutional neural networks trained end-to-end to regress dense disparities estimate stereo image depth with unmatched accuracy. If large amounts of labelled samples are available for training, this is possible for most tasks. Real-world applications…

Python Deep Learning Projects

Confidence Estimation via Auxiliary Models

Abstract: Quantifying deep neural classifier confidence is difficult but essential for safety-critical applications. This paper introduces the true class probability (TCP) as a model confidence target criterion. TCP outperforms maximum class probability (MCP) for confidence…

Python Deep Learning Projects

CenterNet3D An Anchor Free Object Detector for Point Cloud

Abstract: Autonomous driving requires accurate and fast point cloud 3D object detection. One-stage 3D object detection methods can achieve real-time performance, but they are dominated by anchor-based detectors that are inefficient and require post-processing. This…

Python Deep Learning Projects

BARNet Boundary Aware Refinement Network for Crack Detection

Abstract: Highway and main road cracks are common. Manual road crack evaluation is tedious, inaccurate, and difficult to implement. The complex ambient conditions—illumination, shadow, dust, and crack shape—make the computer vision-based solution difficult. Most cracks…