The project utilizes the Darknet from https://github.com/AlexeyAB/darknet
Dir mobile contains configuration and weight file after weight quantization using NCNN https://github.com/Tencent/ncnn
The model is trained on VOC2007+2012 train&val and tested on VOC2007 test dataset with an mAP of 73.1. Results on private helmet dataset is 89.3%.
Please follow https://github.com/AlexeyAB/darknet to setup. Replace the .cfg and .weights files with our files.
Please follow https://github.com/Tencent/ncnn to setup and use our .param and .bin files.