Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vaishnavi502/ric-cctv


https://github.com/vaishnavi502/ric-cctv

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# ric-cctv
## Real-time Image Captioning for CCTV grabs

Current version:
Uses yolov3-tiny for "person" identification

Custom training done on yolov3 to identify 4 classes including "delivery person" and "package"

Data annotation done in Roboflow by [@Subhiksha](https://github.com/Subhiksha-Sakthivel) and [@Debika](https://github.com/deeepp)

yolov3-tiny download links:
[darknet](https://github.com/pjreddie/darknet)

https://github.com/smarthomefans/darknet-test/blob/master/yolov3-tiny.weights

https://github.com/pjreddie/darknet/blob/master/data/coco.names

Instructions for custom training: https://github.com/spmallick/learnopencv/tree/master/YOLOv3-Training-Snowman-Detector

[Ref1](https://stackoverflow.com/questions/28717054/calculating-sharpness-of-an-image)

[Ref2](https://pyimagesearch.com/2015/09/07/blur-detection-with-opencv/)