majiejing
majiejing
## Envs - TensorRT 7.1.3.4 - Opencv 4.2 - Cuda 10.2 ## Build code ```shell cmake . .. -DUSE_OCV_BGFG=ON \ -DUSE_OCV_KCF=ON \ -DUSE_OCV_UKF=ON \ -DBUILD_YOLO_LIB=ON \ -DBUILD_YOLO_TENSORRT=ON \ -DBUILD_ASYNC_DETECTOR=ON \...
Thanks for your greate work. The result you showed in README has irises. But I found `faces` list in demo.py is 468 landmarks. How can I get 478 points with...
Hello, I'm encountering a challenge with PyAudio where it fails to detect a microphone that's reconnected after being disconnected. The issue persists even after reinitializing the PyAudio instance. Specifically, when...