https://github.com/sofwerx/tensorflow-person-detection
https://github.com/sofwerx/tensorflow-person-detection
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sofwerx/tensorflow-person-detection
- Owner: sofwerx
- Created: 2018-03-19T18:35:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T17:14:33.000Z (about 7 years ago)
- Last Synced: 2025-01-20T05:40:27.600Z (4 months ago)
- Language: Python
- Size: 39.1 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tensorflow-person-detection
### testingcd Docker
docker build -t persondetect .
sudo -E docker run --rm --network host --privileged -it -v $(xauth info | grep Auth | cut -d: -f2 | awk '{print $1}'):/root/.Xauthority -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY --env="QT_X11_NO_MITSHM=1" -v /dev/video0:/dev/video0 --device /dev/snd persondetect
python PersonDetectionCamera.py & ./GetImages.sh