Skip to content

Subhashsubh/parking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart_City

  1. i have made smart city like it will count how many cars passes that way

  2. i have done parking space counter using twon method: (i) first one traditional method even in youtube it will be available like using color thresholding and count non zeros white we can done this but due variation in climate our accuracy may get affected. Screenshot (10)

    (ii) second method is like we need to implement object detection and you can;t import pre-trained models because when you see the car from eagle eye view the pre-trained models like yolo detect it as tooth bresh or something else so to overcome that we need to train our custom model and if you train 15,000 images manually it will took around 60hrs and if you buy any freelancer to do it it will cost around 10$ so i have taken the dataset from online sites only 50 images have trained in 1 epochs as my laptop is not advance but still i get good result but if you train 15,000 image with 300 epochs than your model will be ultimate. after that the concept we are implementing here is the detecter cars center point is inside the cutom rectangle we drawn than it is consider as ocuupied and if the center point is away from the threshold value we fixed than it will consider as wrong position.

    Screenshot (9)

  3. i have implemented this in my prototype which i have made: smart_city

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages