nmccartney / ip-cam-detector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IP Camera Detection

This project is meant to take in images from ip-cameras via FTP and detecting objects from AI Model

Getting started

Download the below model and add it to eval-worker/models directory

  • RetinaNet (Size = 145 mb, high performance and accuracy, with longer detection time)

Serve application

docker-compose up --build

Then vist http://localhost:3030 or http://<system-ip-address>:3030

To hook up your ip-cameras, get your systems IP address (perferably static-ip) and add it to your ip-camera's ftp service. Make sure to specifc port 22

Other models

  • RetinaNet (Size = 145 mb, high performance and accuracy, with longer detection time)
  • YOLOv3 (Size = 237 mb, moderate performance and accuracy, with a moderate detection time)
  • TinyYOLOv3 (Size = 34 mb, optimized for speed and moderate performance, with fast detection time)

About


Languages

Language:JavaScript 67.3%Language:Vue 23.6%Language:Python 7.5%Language:Dockerfile 1.1%Language:HTML 0.3%Language:Shell 0.1%