项目作者: tejasmagia

项目描述 :
Detecting car parking slot on Open car park space
高级语言: Jupyter Notebook
项目地址: git://github.com/tejasmagia/DetectCarParkingSlot_Contest.git
创建时间: 2019-10-20T12:13:22Z
项目社区:https://github.com/tejasmagia/DetectCarParkingSlot_Contest

开源协议:MIT License

下载


DetectCarParkingSlot_Contest

QualifiedRound
Contains qualified round proposed solution. The accuracy is hardly 10-20% using Yolo model prre-trained model.

FinalRound_ImprovedAccuracy_Functionality
It detects car and empty slots in car park area with 90% accuracy. Used Yolo v3 model and PUCPR dataset to train Object detection model for Car parking area. Using trained model, collected all parking slots for Fully car parked image and similarly predict occupied car slot for interference. IOU (intersection over union) and NMS(non maximum suppression) technique used to find empty slots for inference image.