Recognize faces/objects in a video stream (from a webcam or a security camera) and send notifications to your devices
GNU Affero General Public License v3.0
12
stars
1
forks
source link
Make PyTorch GPU functionality optional #10
Closed
slashtechno closed 9 months ago
To install with GPU support, use
poetry install -E cuda --with gpu
(at the time of writing).There should also be a build arg made for the Dockerfile.