기록하는삶

윈도우(Window) pycocotools 설치, pip install pycocotools 본문

AI/개발환경

윈도우(Window) pycocotools 설치, pip install pycocotools

mingchin 2022. 2. 15. 12:08
728x90
반응형

https://github.com/philferriere/cocoapi#egg=pycocotools&subdirectory=PythonAPI

 

GitHub - philferriere/cocoapi: Clone of COCO API - Dataset @ http://cocodataset.org/ - with changes to support Windows build and

Clone of COCO API - Dataset @ http://cocodataset.org/ - with changes to support Windows build and python3 - GitHub - philferriere/cocoapi: Clone of COCO API - Dataset @ http://cocodataset.org/ - wi...

github.com

위 깃헙의 가이드를 따르면 된다. 

https://visualstudio.microsoft.com/ko/visual-cpp-build-tools/

 

Microsoft C++ Build Tools - Visual Studio

Microsoft C++ Build Tools는 Visual Studio 없이 스크립트 가능한 독립 실행형 설치 관리자를 통해 MSVC 도구 집합을 제공합니다. 명령줄에서 Windows를 대상으로 하는 C++ 라이브러리 및 애플리케이션을 빌드

visualstudio.microsoft.com

visual studio 설치 후 C++를 사용한 데스크톱 개발 툴을 추가로 설치하고 이후에 콘솔 창에 아래 명령어를 실행하면 된다.

pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
728x90
반응형