Git Product home page Git Product logo

iboba's Introduction

Final_Project IBOBA : AI 패션 코디네이트 플랫폼

스크린샷 2021-11-24 오후 10 03 20

본 서비스는 KDT 프로그래머스 인공지능 데브코스 2기 과정의 일부로 진행된 팀 프로젝트의 결과물입니다. 웹 서비스는 여기서 확인할 수 있습니다. (향후 업데이트 예정)

또한 본 서비스는 Parser-Free Virtual Try-on via Distilling Appearance Flows 논문github을 바탕으로 하여 이를 발전시키고, 웹서비스로 개발한 결과물임을 밝힙니다.

본 서비스에 사용한 DL모델의 학습 데이터는 AIHub의 패션 상품 및 착용 이미지 데이터를 재가공한 것입니다.

AIhub 데이터의 재가공과 관련한 보다 자세한 설명 및 코드는 전처리 레포지토리를 참고해 주세요.

프론트엔드에 활용한 bootstrap theme은 https://technext.github.io/majestic-2/v1.0.1/# 이며, 이를 디자인에 맞게 변형하여 사용하였습니다.

주요 기능

본 서비스에서 제공하는 핵심 기능은 인물의 전신 사진과 의류 사진을 input으로 넣으면, 의류를 착용한 인물 사진을 output으로 생성하는 것입니다.

의류 사진은 웹사이트에서 기본으로 제공합니다. 이는 일반적인 쇼핑몰에서 의류를 판매하면서, 이와 같은 가상 착용 기능을 부가적으로 서비스하는 것과 비슷한 환경입니다. 인물의 전신 사진은 1. 웹사이트에서 기본으로 제공하는 모델의 사진을 활용하거나, 2. 직접 사진을 업로드하여 생성 모델의 input으로 활용할 수 있습니다.

딥러닝 모델

본 서비스에서 활용하는 딥러닝 모델은 크게 2가지 입니다.

  1. 사용자가 직접 업로드한 사진을 이미지 생성 모델의 input으로 활용하기 위해 전처리 과정을 거칩니다. 이 때 u-net 기반의 모델을 거칩니다. 이 과정은 전처리 레포지토리에 상세히 설명되어 있으므로 참고해 주세요.
  2. 사람 이미지와 의류 이미지를 input으로 하여 그 의류를 착용한 인물 이미지를 새롭게 생성하는 생성 모델이 있습니다. 이는 PF-AFN 깃허브 의 PF-AFN_test 폴더를 기반으로 하여 본 서비스에 맞게 수정하였으며, inference folder에 관련 코드를 정리하였습니다.

필요 패키지 설치

pip install -r requirements.txt

iboba's People

Contributors

dongik-jang avatar kim-jeonghyun avatar yn-e-si avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.