Skip to content

This repo use BFS and MSE to fit the lane location from lane segmention results

Notifications You must be signed in to change notification settings

huangh12/fit_lane_location

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo(<150 lines) uses BFS and MSE to fit the lane location from the segmentation results of images.

In specific,

  • BFS is for clustering(grouping) the segmentation pixels of each single lane
  • MSE is to fit the line slope and intercept of each lane

usage: python fit.py

segmentation results

image

lane fitting results

image

About

This repo use BFS and MSE to fit the lane location from lane segmention results

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages