We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
: FLAME(Face Lightweight Model)은 인체의 얼굴 부분을 고해상도로 표현하는 모델로, FLAME_PyTorch는 3D 얼굴 모델링 및 재구성을 위한 PyTorch 기반의 구현체이다.
3D 얼굴 모델 생성
shape
expression
pose
가벼운 모델
PyTorch 친화적
유연한 확장
FLAME 모델 파일
.pkl
모듈 구조
flame.py
config.py
__init__.py
Dependencies FLAME_PyTorch는 다음 라이브러리를 활용합니다:
The text was updated successfully, but these errors were encountered:
conda create -n FLAME_PyTorch python=3.8 conda activate FLAME_PyTorch
git clone https://github.com/soubhiksanyal/FLAME_PyTorch.git cd FLAME_PyTorch/
pip install .
Sorry, something went wrong.
mkdir model
FLAME 2023
flame2023.pkl
generic_model.pkl
/model
: temp는 정말 내가 임시로 잠시 넣을 모델들 갖다놓은 것이기에 무시해도 좋다.
No branches or pull requests
FLAME_PyTorch 구동 및 분석
: FLAME(Face Lightweight Model)은 인체의 얼굴 부분을 고해상도로 표현하는 모델로, FLAME_PyTorch는 3D 얼굴 모델링 및 재구성을 위한 PyTorch 기반의 구현체이다.
주요 특징
3D 얼굴 모델 생성
shape
,expression
,pose
로 나누어 제어가벼운 모델
PyTorch 친화적
유연한 확장
주요 구성 요소
FLAME 모델 파일
.pkl
)이 필요모듈 구조
flame.py
: FLAME의 주요 모델 정의config.py
: 모델 설정 및 기본 구성 관리__init__.py
: 모듈 초기화Dependencies
FLAME_PyTorch는 다음 라이브러리를 활용합니다:
참고 자료
The text was updated successfully, but these errors were encountered: