COCO dataset 다루기
※ 본 글은 강의 및 여러 자료를 참고하여 쓰여진 글입니다. ※ github: github.com/chaeyeongyoon/ComputerVision_Study chaeyeongyoon/ComputerVision_Study Contribute to chaeyeongyoon/ComputerVision_Study development by creating an account on GitHub. github.com pycocotools API를 이용해 COCO dataset을 다뤄보겠습니다. 1. 이미지의 segmentation 시각화하기 annotation file(.json)을 COCO객체로 로드 -> instances 대한 파일로 내가 찾고 싶은 객체들의 id리스트 로드 coco.getIds(catnms..
2020.12.26