Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 719 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 719 Bytes

ai_cam

Camera Stream combined with video segmentation.

  1. Capture images from camera stream.
  2. Label objects as classes in captured images.
  3. Train Deep Neural Network.
  4. Add Alarm rules for classes.

AI CAM Video

step 1

step 2

step 3

step 4

step 5

build and run

mkdir build
cd build
cmake ..
cmake --build .
./aicamgui

run in docker

docker-compose build aicam
xhost +
docker-compose run --rm aicam