소연의_개발일지

개발환경

  • 운영체제: Window 10 64 bit
  • 개발언어: Python 3.11
  • 개발 툴: Pycharm
  • 추가 패키지: mediapipe, Sklearn, Tensorflow, opencv-python

 

오류 내용

 line 264, in __init__
    validated_graph.initialize(
FileNotFoundError: The path does not exist.

미디어파이프로 졸음인식 코드를 병합하던 과정 중 이런 오류가 생겼다. 

 

 

스택오버플로우 검색 후 해결

 

오류 원인

  • 프로젝트의 경로에 유니코드가 아닌 문자가 있을 때 발생: 한국어, 프로젝트의 경로에 "ç" 같이 유니코드가 아닌 문자가 있을 때 발생한다.

 

해결 방법

  1. 파일 경로 순서를 줄인다: 예) 바탕화면, C드라이브에 프로젝트를 생성한다.
  2. 프로젝트명을 영어로 바꾼다. (언더바나 한국어 제외
  3. 가상환경을 지우고 새로 생성한다.
  4. 재실행한다.

 

참고 링크

 

https://stackoverflow.com/questions/69605942/filenotfounderror-the-path-does-not-exist-while-using-mediapipe-for-hand-dete

 

FileNotFoundError: The path does not exist , while using mediapipe for hand detection

I am trying to accomplish hand detection on webcam feed using mediapipe, but when I run the code I get the following error: **File "D:\HandTracking\handtracking.py", line 9, in <module...

stackoverflow.com

 

profile

소연의_개발일지

@ssoyxon

포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!