Skip to content

affinis-lab/car-detection-module

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages