Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 973 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 973 Bytes

ParkingLotVacancyDetector

Detects the cars parked in the parking lot and returns the empty spots. Using HAAR and LBP Cascade Classifiers to detect features of cars. And then return the empty parking spots based on the ground Truth file.

HAAR

  • Positives: 3800
  • Negatives: 6400
  • Stages: 15

LBP

  • Positives: 5000
  • Negatives: 6400
  • Stages: 17

Input Images

Parking 1 alt text

Parking 2 alt text

Training

Cropped car from the cordinates provided in xml file.

alt text

Output

alt text

alt text