thieulong / Smart-Parking-System

A program to check for parking lot's availability (displays total and available parking lot) and calculate the closest parking lot from the entrance (display parking lot's label).
6 stars 6 forks source link

The cars are not being detected continuously #1

Open surej1817 opened 1 year ago

surej1817 commented 1 year ago

I was doing this as my project. The cars are not detected efficiently. Please check the code

thieulong commented 1 year ago

Hello surej1817, the reason makes the cars are not detected efficiently is because the Cascade detection file (cars.xml) is trained based on my dataset, and I only trained with a small numbers of images, if you are seeking for better detection efficiency, I would suggest you to train your Cascade detection file with your own dataset using a large number of images, and also you should fine-tuning them to achieve the best results. Cheers!