Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.31 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.31 KB

car-detection-module

Module for car detection

How to start car detection as stand alone application:

  • Navigate to config file

  • For training:

    • Set path to dataset with car images from CARLA (images parameter)
    • Set path to annotations file for car images (annotations_file parameter)
    • Set parameter training to true
  • For prediction:

    • Set path to folder with car images you want to test application on (test_images parameter)
    • Set parameter training to false
  • Weights are given on the following link

  • Run main.py

Prediction samples:

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5