Skip to content

ShirSherbet/Autonomous-Driving-Car-Detection

Repository files navigation

Autonomous-Driving-Car-Detection

Demo

See https://github.com/ShirSherbet/Autonomous-Driving/blob/master/report.pdf

Require packages:

  • python 3.6.8
  • torch 1.3.1
  • torchvision 0.4.2
  • Keras 2.3.1
  • tensorflow 2.0.0
  • Pillow 6.1.0
  • open3d 0.8.0.0
  • matplotlib 3.1.2
  • webcolors 1.10
  • numpy 1.17.4
  • scipy
  • scikit-image 0.15.0
  • opencv3.4.2

Data folder structure

  • The KITTI dataset for this project is in data folder

    • form a data folder like this:
      • test:
        • calib
        • image_left
        • image_right
      • train:
        • calib
        • image_left
        • image_right
        • gt_image_left
      • train_angle:
        • image
        • labels
  • The pre-trained model for road detection is road_model_final.h5, for road segmentation it is md.pth, for car viewpoint it is model.h5

current scripts for each subtasks:

Contributers:

Fanxuan Guo
Fanxuan Guo

👀📖
Shiqi Lin
Shiqi Lin

📦💡

About

CSC420 Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages