- 삼육대학교 교과목 딥러닝 및 실습 최종 프로젝트
- 개발 기간 : 2023/05/09 ~ 2023/06/20
- 컴퓨터 비전과 딥러닝 기술을 활용하여 사용자의 의상을 GUI를 통해 실시간으로 변경
- 의상 선택과 스타일링을 제공하여 자신이 입고자 하는 옷을 가상으로 피팅
- 옷을 온라인으로 구매하고자 하는 사람들에게 편리한 서비스를 제공하고자 함
Download and Unzip ./checkpoints/
conda create -n fashion python=3.8 -y
conda activate fashion
conda install pytorch==1.12.0 torchvision==0.13.0 cudatoolkit=11.3 -c pytorch
pip install -r requirements.txt
- using local file with click btn
- using crawing image with selenium
- Pose Detection
- Semantic Segmentation
- Human Parsing
- mapping two images using ACGPN
- Image Super Resolution
- Python
- PyTorch
- PyTorch-Lightning
- PySide6
- OpenCV
- Selenium
- Ninja
- Wandb

