반응형 버그오류 해결2 face recognition- TypeError: compute_face_descriptor(): incompatible function arguments. The following argument types are supported: 오류 해결 face_recognition/examples/facerec_from_webcam_faster.py at master · ageitgey/face_recognition The world's simplest facial recognition api for Python and the command line - ageitgey/face_recognition github.com 위 예제를 실행하자 다음과 같은 문제가 발생했다. Traceback (most recent call last): File "c:\Users\-\Documents\Project\Real-time-Streaming-Filter\tests\face_recognition\face_recognition_test.py", line 55, in fa.. 2024. 3. 31. YOLOv8 torch 오류 해결 - Could not run ‘torchvision::nms’ with arguments from the ‘CUDA’ backend YOLOv8을 실행 중 다음과 같은 문제가 발생하였다. NotImplementedError: Could not run 'torchvision::nms' with arguments from the 'CUDA' backend NotImplementedError: Could not run 'torchvision::nms' with arguments from the 'CUDA' backend 오류는 PyTorch와 torchvision을 사용하여 객체 검출(Object Detection) 작업을 할 때 발생할 수 있다. 이 오류는 일반적으로 NVIDIA CUDA를 지원하는 GPU에서 발생하는데, 특히 torchvision의 nms (Non-Maximum Suppression) 함수를 호출할 때 CUDA 백엔드가.. 2024. 3. 31. 이전 1 다음 반응형