Giter Site home page Giter Site logo

lipservice's Introduction

LipService Generic badge

딥러닝 기반 입술 모양 인식하여 구어 텍스트화

[Korea]PreprocessingLipData + Augmentation.ipynb : korea_data crop된 입술 이미지에 대한 데이터 전처리 및 augmentation


원본 저장소 커밋 내역을 로컬에 반영시키는 법

Fork 떠서 Clone한 레포지토리 디렉토리에서 Git bash 키고 치는 명령어들

1. 원격저장소 주소 저장

  • upstream이라는 이름으로 remote 주소 저장

git remote add upstream <<원본 저장소 주소>>

2. upstream 내역을 스테이징 영역에 fetch

git fetch upstream

3. 로컬에 원하는 브런치 커밋 내역 merge

  • upstream으로 저장된 레포지토리의 main 브랜치에 반영된 커밋 내역을 내 로컬 개발물에 병합한다. (Pull: upstream/main -> origin/main)

git merge upstream/main

lipservice's People

Contributors

heegeepark avatar dnwjddl avatar 201710784 avatar

Watchers

James Cloos 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.