Skip to content

Camera Stream combined with video segmentation.

License

Notifications You must be signed in to change notification settings

chriamue/ai_cam

Repository files navigation

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