lanenet-lane-detection
Lane detector
Real-time lane detection using deep learning and instance segmentation
Unofficial implemention of lanenet model for real time lane detection
2k stars
54 watching
887 forks
Language: Python
last commit: 12 months ago
Linked from 1 awesome list
deep-learninginstance-segmentationlane-detectionlane-findinglane-lines-detectionlanenetself-driving-cartensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
matlab-deep-learning/pretrained-spatial-cnn | An implementation of a deep learning-based lane detection model in MATLAB using a pre-trained Spatial-CNN architecture. | 24 |
ndrplz/self-driving-car | This repository contains source code for various projects related to computer vision and machine learning used in the development of autonomous vehicles. | 2,781 |
hasnainraz/fc-densenet-tensorflow | Re-implementation of a 100-layer fully convolutional network architecture for image segmentation | 123 |
dmlc/gluon-cv | A toolkit for building and deploying deep learning models in computer vision | 5,833 |
smallcorgi/faster-rcnn_tf | An experimental implementation of Faster R-CNN object detection using TensorFlow | 2,340 |
nlintz/tensorflow-tutorials | A collection of tutorials teaching deep learning with TensorFlow using Jupyter Notebooks | 6,006 |
sayakpaul/adventures-in-tensorflow-lite | A collection of notebooks demonstrating various techniques for optimizing and quantizing neural networks using TensorFlow Lite | 171 |
charlesshang/tffrcnn | A TensorFlow-based implementation of Faster R-CNN object detection using pre-trained ResNet networks and custom datasets. | 874 |
yxu0611/tensorflow-implementation-of-lcnn | An implementation of a deep face recognition algorithm in TensorFlow | 78 |
dotnet/machinelearning | A cross-platform machine learning framework for .NET that enables developers to build, train, and deploy models without prior expertise in ML. | 9,045 |
ericlavigne/lyft-perception-challenge | This project aims to accurately detect vehicles and drivable roads in images from a simulator at high frame rates. | 9 |
tusen-ai/simpledet | A framework for object detection and instance recognition with high-performance training capabilities | 3,084 |
taehoonlee/tensornets | A collection of pre-trained neural network models with simple interfaces for easy integration into machine learning workflows. | 1,004 |
tensorflow/adanet | An automated machine learning framework that learns to ensemble sub-networks to improve model quality | 3,468 |
liuzhuang13/densenet | A deep learning implementation of a neural network architecture with interconnected layers, designed to improve accuracy on image classification tasks | 4,740 |