{"id":20651271,"url":"https://github.com/bhattbhavesh91/lane-detection-enet","last_synced_at":"2026-04-21T14:35:42.980Z","repository":{"id":108806279,"uuid":"220673348","full_name":"bhattbhavesh91/lane-detection-enet","owner":"bhattbhavesh91","description":"Lane detection using ENet Architecture","archived":false,"fork":false,"pushed_at":"2019-11-09T18:12:23.000Z","size":842,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-16T21:56:28.420Z","etag":null,"topics":["cnn","deep-learning","enet","lane-detection","lane-finding","tensorflow"],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bhattbhavesh91.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-09T16:52:06.000Z","updated_at":"2021-10-03T10:30:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"e9b6a984-65a4-42ad-816a-9d3f05f39e91","html_url":"https://github.com/bhattbhavesh91/lane-detection-enet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bhattbhavesh91/lane-detection-enet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhattbhavesh91%2Flane-detection-enet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhattbhavesh91%2Flane-detection-enet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhattbhavesh91%2Flane-detection-enet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhattbhavesh91%2Flane-detection-enet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bhattbhavesh91","download_url":"https://codeload.github.com/bhattbhavesh91/lane-detection-enet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhattbhavesh91%2Flane-detection-enet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32096142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cnn","deep-learning","enet","lane-detection","lane-finding","tensorflow"],"created_at":"2024-11-16T17:26:42.447Z","updated_at":"2026-04-21T14:35:42.959Z","avatar_url":"https://github.com/bhattbhavesh91.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"Lane Detection using ENet Architecture on a subset of Berkeley BDD100K Dataset\r\n------\r\n\r\n#### Preprocessing Steps\r\n------\r\n1. The dataset contains a total 500 datapoints.\r\n2. The dataset has images \u0026 a corresponding mask showing the lane.\r\n3. We start off with splitting the data into train, validation \u0026 test. \r\n4. 70% of the data is used for training purpose, while 15% is kept in validation and test.\r\n5. Validation is performed to check if the data split has happened correctly or not by superimposing the mask on the actual image and viewing the image.\r\n\r\n#### Creating Generator \u0026 Image Augumentation functions\r\n------\r\nIn orderto prevent loading all the images onto the disk at once a generator is created. The function would read a batch of images and their corresponding masks from the disk and apply the following transformations:\r\n- Converting the mask into a binary image having channels equal to the number of classes which in our case is 2 (lane area is class 1 or pixel value 255 \u0026 no-lane is class 0 or pixel value 0) \r\n- Resizing the image and teh maks to 720 x 1204.\r\n\r\nAdditionally, We have just 500 datapoints \u0026 there are chances we may overfit the training data. In order to avoid overfitting \u0026 create new samples we use relevent image augumentation techniques for training generator to increase our dataset size. Not all image augumentation techniques maybe suitable in case of lane detection such as vertical flipping of an image.\r\n- Some of the image augumentation techniques used are change brightness, horizonatal flig \u0026 zoom to a particular resolution.\r\n\r\n#### ENet - A Deep Neural Architecture for Real-Time Semantic Segmentation\r\n------\r\nThe Research paper for Enet can be found at the link: https://arxiv.org/abs/1606.02147  \r\n**ENet** was chosen as the algorithm for the purpose becuase it claims to provide the same accuracy as well known models such as FCN and UNet while having 2 orders less of trainable parameters.\r\n\r\n#### Below attached is a sample output trained for 10 epochs\r\n![Model Prediction](https://github.com/bhattbhavesh91/lane-detection-enet/blob/master/images/sample_output.jpg)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhattbhavesh91%2Flane-detection-enet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhattbhavesh91%2Flane-detection-enet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhattbhavesh91%2Flane-detection-enet/lists"}