https://github.com/smorodov/nano_bfm
Basel morphable face model mesh and texture generator using GPU.
https://github.com/smorodov/nano_bfm
3d-face-reconstruction basel-face-model bfm cublas face-generation face-generator face-morphable-model face-morphing face-reconstruction morphable-model
Last synced: 4 months ago
JSON representation
Basel morphable face model mesh and texture generator using GPU.
- Host: GitHub
- URL: https://github.com/smorodov/nano_bfm
- Owner: Smorodov
- Created: 2020-09-14T18:54:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T18:56:36.000Z (about 5 years ago)
- Last Synced: 2025-04-10T21:07:36.783Z (6 months ago)
- Topics: 3d-face-reconstruction, basel-face-model, bfm, cublas, face-generation, face-generator, face-morphable-model, face-morphing, face-reconstruction, morphable-model
- Language: C
- Homepage:
- Size: 8.97 MB
- Stars: 13
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A lightweight GPU accelerated (cuBlas used) Basel Morphable face model generator.
## Overview
This project implements a 3D Basel face generator.
It allows to set shape and texture using 2 vectors (199 values for shape and 199 values for texture).On my machine mesh generation takes about 4-5 ms.
## Prerequisites
- Windows 10
- MSVS 2019
- CUDA 10.1- Packages
1. [CMake](https://cmake.org/download/)## Model preprocessing ##
You need to download matlab Basel face model.
After that, you'll need to generate npz model,
using python script data_transform.py.
Just run it from console 'python data_transform.py'.