인공지능

COCO (Common Objects in Context) API

오늘은 집 2021. 12. 29. 18:41

COCO is a large-scale object detection, segmentation, and captioning dataset.

코코의 홈페이지에 가면 코코가 어떻게 object detection을 하는지 볼 수 있다.

아래는 coco의 dataset, explorer 페이지다

 

 

원하는 것을 선택하고 검색을 누르면 아래와 같이 사진들이 나온다.

 

 

 

COCO API의 설치는

보통 TensorFlow Object Detection API 를 설치할때 같이 설치하기에

아래의 게시글을 참고하자

2021.12.29 - [인공지능] - TensorFlow Object Detection API

 

TensorFlow Object Detection API

TensorFlow Object Detection API 의 깃 홈페이지 https://github.com/tensorflow/models/tree/master/research/object_detection GitHub - tensorflow/models: Models and examples built with TensorFlow Models..

hhh-today.tistory.com