ML&DL/install
pycocotools 설치 mac
AI magic
2022. 3. 7. 13:56
아래 명령어가 안되는 분들
pip install pycocotools
conda install pycocotools
pip install git+https://github.com/waleedka/cocoapi/git
conda install -c conda-forge pycocotools
나는 이거 하니까 바로 깔렸다.
from pycocotools.coco import COCO
실행해보면 잘 import 해오는걸 볼 수 있다.