Qengineering / Face-Recognition-Jetson-Nano

Recognize 2000+ faces on your Jetson Nano with database auto-fill and anti-spoofing
https://qengineering.eu/deep-learning-examples-on-raspberry-32-64-os.html
BSD 3-Clause "New" or "Revised" License
112 stars 32 forks source link

low frame on imshow or rtsp #20

Open raccococococo opened 1 month ago

raccococococo commented 1 month ago

Hi, I'm working with this repository for face recognition, and I'm having some issues transmitting it over a local network. I've tried using the jetson-utils videoOutput and selected rtsp://@:8554/my_stream as the output. However, when I run the file, I encounter an error related to memory allocation with CUDA.

Has anyone else tried implementing something similar?