CSID-DGU / 2021-1-CECD3-EverySports-8

2021-1 컴퓨터공학종합설계1 3분반 EverySports
GNU General Public License v2.0
1 stars 0 forks source link

자세 추출부 데이터 전처리 #5

Open Uijeong97 opened 3 years ago

Uijeong97 commented 3 years ago

GOAL

Uijeong97 commented 3 years ago

데이터 준비

Reference

Data

You need to follow directory structure of the data as below.

${POSE_ROOT}
|-- data
|   |-- Human36M
|   |   |-- bbox_root
|   |   |   |-- bbox_root_human36m_output.json
|   |   |-- images
|   |   |-- annotations
|   |-- MPII
|   |   |-- images
|   |   |-- annotations
|   |-- MSCOCO
|   |   |-- bbox_root
|   |   |   |-- bbox_root_coco_output.json
|   |   |-- images
|   |   |   |-- train2017
|   |   |   |-- val2017
|   |   |-- annotations
|   |-- MuCo
|   |   |-- data
|   |   |   |-- augmented_set
|   |   |   |-- unaugmented_set
|   |   |   |-- MuCo-3DHP.json
|   |-- MuPoTS
|   |   |-- bbox_root
|   |   |   |-- bbox_mupots_output.json
|   |   |-- data
|   |   |   |-- MultiPersonTestSet
|   |   |   |-- MuPoTS-3D.json
Uijeong97 commented 3 years ago

데이터 로더

메모리, 구현 효율상 커스텀 데이터 로더를 제작하는 것으로 결정

Problems

Reference

SangbumChoi commented 3 years ago

@Uijeong97 안녕하세요 혹시 지금 현재 이 데이터 로더와 프로젝트가 각각 돌아가고 on-going하는 프로젝트인지 여쭤보고 싶습니다! 감사합니다~

Uijeong97 commented 3 years ago

@SangbumChoi 안녕하세요. 성범님. 답변이 다소 늦었습니다. :)

데이터 로더 정상적으로 작동합니다. 위에 리서치와는 달리 커스텀 모델을 따로 작성할 필요는 없었습니다. 이번 하반기를 목표로 프로젝트로 현재 진행중이지만, 다른 업무 때문에 틈틈이 진행중입니다.