Etri 프로젝트 결과

챠밍·2022년 2월 27일
0

Etri-Internship

목록 보기
2/2
post-thumbnail

" Social Relation "

1) 이미지 전체를 통해 이미지 내의 모든 사람들의 관계를 예측하는 프로젝트와

2) 사진 내의 두 사람 영역을 인식하고 학습된 데이터를 기반으로 두 사람의 관계를 예측하는 프로젝트입니다.

The technologies used in this project

  • Pytorch 1.9.0
  • Python 3.8
  • numpy
  • cv2
  • Yolov5

Dataset

PISC Dataset Download 바로가기

How to install

pytorch / CUDA Toolkit / Anaconda3 / cuDNN 8.1.0 설치


pycharm 에서 프로젝트 실행

Train the model

1. ResNet
2. DenseNet
3. AlexNet
4. MobileNet

Documentation

  1. ./data/crop.py

  2. ./models/two_person_model.py

  3. two_person_data.py

  4. two_person_main.py

Training

  1. Preparing data
python ./data/crop.py
  1. Training
python two_person_main.py

Result

1) 이미지 전체

2) 두 사람 영역

3) 결론

여러 실험을 통해 데이터를 재구성한 것이 성능 측면에서 긍정적인 영향을 준다고 생각할 수 있었다.   
또한, 클래스 간의 데이터 갯수를 균등하게 설정해야 좋은 정확도를 얻을 수 있다는 것을 알 수 있었다.

TODO

final release : 2021-08-27


GitHub 바로가기

profile
SW developer

0개의 댓글