Human Detection based on 5G network #Developed by Instituto Tecnológico de Informática
#Instructions #Firstly, plug a camera into the robot and check camera bus (/dev/video*) or set-up the gstreamer pipeline to receive the frames
#Remember to enable display before launching export DISPLAY=:0 xhost +local:root
docker build -t human_spotter .
sudo docker run -d --name human_spotter_container --network host --device=/dev/video4 -v /tmp/.X11-unix:/tmp/.X11-unix -v ~/open_model_zoo/data/dataset_classes:/app/data -e DISPLAY=$DISPLAY --privileged human_spotter