A collection of machine learning model API for Smart Parking Analytics Website
- Run
pip install -r requirements.txt - Run
python preparation.py - Download trained yolov4 configuration here.
You'll findconfig,label (obj.names)andweightfile there. Download the three file and put them in directorysaved_models/yolov4/. - Download trained efficientnet_d1 configuration here.
You'll findconfigandcheckpointfile. Download both of them and put them in directorysaved_models/tfod/workspace/models/efficientnet_d1_coco17. - Download
labelfile for efficientnet_d1 model here. Downloadlabel_map.pbtxtfile and put it inside directorysaved_models/tfod/workspace/annotations/. - Please update the database configuration in
core/db_config.py. - Please update the
hostandportto run the apllication inapp.py(last line of code). - Last, run
python app.pyto run application.