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

https://github.com/niteshctrl/intruder-mobile-notification-system

On Progress | | Notifications will be sent on Telegram with intruder images | | Stay tuned for more
https://github.com/niteshctrl/intruder-mobile-notification-system

object-detection telegram-notification yolov3

Last synced: 20 days ago
JSON representation

On Progress | | Notifications will be sent on Telegram with intruder images | | Stay tuned for more

Awesome Lists containing this project

README

          

# Real-Time Intruder Notifier(BETA)

## Under Construction.
#### Patience is the key!! Meanwhile grab a pair of dumbbells and have a look at [Biceps Curl Counter](https://github.com/niteshctrl/BicepCurlCounter)

---

## Improvements TBD:
- [ ] Reduce Inference latency
- [ ] Use multiprocessing to save video(OpenCV) and process video(YOLO) simultaneously.

Currently, the function calls have the following time delays:

|After Fn call | Frames processed/~10sec|
| :---: | :---: |
|model.predict | 72 |
|Decode_netout: | 17 |
|rescale_yolo_boxes: | 15 |
|do_nms: | 03 |
|filter boxes: | 02 |
| - | - |
|final: | 02 |