Skip to content

AndrewBarrett18/4thYearProject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

4th Year Project

Integrated Model

Weights

Download the YOLOv3 weights here. Use the YOLOv3-416 as that has a good mAP with over 30 fps. Put it in Yolo/weights. The corresponding cfg file is already included.

Download the LaneNet weights here. Download all the files in the folder and put it in LaneNet/weights.

Parameters

LaneNet parameters can be changed in the LaneNet/config/global_config.py file. The last three postprocessing parameters are the most relevant ones to find the optimal accuracy/speed tradeoff.

Running

Put images you want to test in the Images/input folder. Then go to the command line, cd to this directory and run python main.py --input images/input --output images/output --yolo_weights Yolo/weights --lanenet_weights LaneNet/weights/tusimple_lanenet_vgg.ckpt.

The object detection output are be displayed in Images/Output/objects, the lanes are displayed in Images/Output/lanes, and the JSON outputs are in Images/JSON.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 91.7%
  • Python 6.4%
  • C++ 1.7%
  • Other 0.2%