This dataset was created by Badruddoza Kaif
This dataset was created by IRONSIGHT
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
We aim to build a Robust Shelf Monitoring system to help store keepers to maintain accurate inventory details, to re-stock items efficiently and on-time and to tackle the problem of misplaced items where an item is accidentally placed at a different location. Our product aims to serve as store manager that alerts the owner about items that needs re-stocking and misplaced items.
custom-yolov4-detector.cfg
file in /darknet/cfg/ directory.filters = (number of classes + 5) * 3
for each yolo layer.max_batches = (number of classes) * 2000
detect.py
script to peform the prediction.
## Presenting the predicted result.
The detect.py
script have option to send SMS notification to the shop keepers. We have built a front-end for building the phone-book for collecting the details of the shopkeepers. It also displays the latest prediction result and model accuracy.YOLOv3 is a the fastest model to detect an object. This dataset contains weights file trained with YOLOv3 and helmet images. It also contains cfg and names file that can be easily used with OpenCV to detect helmets in images.
Not seeing a result you expected?
Learn how you can add new datasets to our index.
This dataset was created by Badruddoza Kaif