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
'인공지능' 카테고리의 다른 글
TensorFlow Object Detection API (0) | 2021.12.29 |
---|---|
TensorFlow(텐서플로)의 MobileNetV2 (0) | 2021.12.28 |
[인공지능] 원하는 특정(accuracy or loss) 값에서 자동으로 학습 종료하기 (0) | 2021.12.01 |
[인공지능] 이미지 Classification confusion matrix로 분석하고 heatmap으로 시각화하기 : 실제값이 레이블 인코딩, 예측값이 softmax값일때 (0) | 2021.12.01 |
[인공지능] Artificial neural network 에서 tensorflow로 이미지 학습시키기 (0) | 2021.12.01 |