Darkflow를 활용하여 YOLO 모델로 이미지 디텍션 구현(윈도우 환경)
나의 데이터를 이용해 YOLO 모델을 학습시키기
junyoung-jamong.github.io
이 블로그를 참고해 YOLO 모델로 데이터를 학습시키기 위해
python setup.py build_ext --inplace
명령을 치고 난 뒤
이와같은 에러가 났다.
https://visualstudio.microsoft.com/ko/vs/older-downloads/
Visual Studio 이전 다운로드 - 2017, 2015 및 이전 버전
Visual Studio Community, Professional 및 Enterprise 소프트웨어의 이전 버전을 다운로드하세요. 여기서 Visual Studio(MSDN) 구독에 로그인하세요.
visualstudio.microsoft.com
이 사이트에서
이걸 다운받아 설치한다.
그 후 다시 명령을 입력했지만
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\link.exe' failed with exit status 1158
이런 에러가 났다.
해결:
https://lionontheshore.tistory.com/46
댓글