일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
- 딥러닝 스터디
- 파이토치 강의 정리
- 해리스 코너 검출
- 팀프로젝트
- pytorch zero to all
- MFC 프로그래밍
- 파이토치
- 영상처리
- 파이토치 김성훈 교수님 강의 정리
- tensorflow 예제
- c++
- pytorch
- 모두의 딥러닝
- c언어
- object detection
- 케라스 정리
- matlab 영상처리
- c언어 정리
- 모두의 딥러닝 예제
- 딥러닝
- c++공부
- 컴퓨터 비전
- 골빈해커
- 딥러닝 공부
- 김성훈 교수님 PyTorch
- 가우시안 필터링
- TensorFlow
- 미디언 필터링
- Pytorch Lecture
- C언어 공부
- Today
- Total
목록Computer Vision/Public Data (3)
ComputerVision Jack

오늘 소개할 Dataset은 Detection 및 Classification에 범용적으로 사용 가능한 COCO Dataset입니다. 해당 Data는 아래의 사이트에 접근하시면 받을 수 있습니다. https://cocodataset.org/#home COCO - Common Objects in Context cocodataset.org COCO Dataset을 다운받으면 JPG 압축 파일과 Annotation으로 이루어진 json 파일이 존재합니다. 하지만 해당 json파일을 열면 annotation이 한줄로 길게 표기되어 있기 때문에 파일이 열리지 않고 오류를 발생시킵니다. 따라서 해당 annotation을 정리하고 txt파일로 변환하는 public code를 소개합니다. 우선 작업을 진행하기 위해선 j..

www.robots.ox.ac.uk/~vgg/data/vgg_face/ Visual Geometry Group - University of Oxford [NEW] See Also VGGFace2 Dataset New large scale face dataset with 9131 identities. VoxCeleb URLs and timestamps of YouTube Videos for 1251 of the VGG Face identities. Overview This page contains the download links for building the VGG-Face dataset, describ www.robots.ox.ac.uk 저번 WIDER Face Dataset에 이어 소개할 Face D..

shuoyang1213.me/WIDERFACE/ WIDER FACE: A Face Detection Benchmark News 2017-03-31 The new version of evaluation code and validation resultsis released. 2017-03-31 Add text version ground truth and fix rounding problem of bounding box annotations. 2016-08-19 Two new algorithms are added into leader-board. 2016-04-17 The f shuoyang1213.me 오늘 소개하는 Dataset은 Wider Face Dataset입니다. Detection Task를 진행할..