Skip to content

Basic lane marker detection and traking using Semantic segmentaion and basic Image processing

Notifications You must be signed in to change notification settings

ma8sa/Lane-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lane-Detector

Basic lane marker detection and traking using Semantic segmentaion and basic Image processing

TO DO:

  • Start the readme
  • mention about Prerequisites
  • Mention about the parameters in readme.md
  • Mention about what input the codes take and thier subsewuent output and folders

How To use :

  1. Get segmented images in appropriate folders.
  2. Then Run Object detectors
python object_detector.py
python pole_detector.py
python car_detector.py

This will create cluster images 3. Then run Cluster_tracking.py to cluster and track lanes and poles, generate optical flow and save the result(tracklets) in npy format first run with flow creation == True

python cluster_tracking.py
  1. clustering.py will track the previous objects based and form nice tracklets and will other pre proicessing such as creating refence point of each object in each frame.
python clustering.py
  1. Finally graph.py will take all these tracklets( cars , poles , lanes ) Create an graph and ask for annotaions and create a graph in am format whoich can be used by the muli relational GCN
python graph.py

About

Basic lane marker detection and traking using Semantic segmentaion and basic Image processing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages