channingxiao / basel-face-model-viewer

Simple Viewer for the Basel Face Model 2017

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Morphable Model Viewer

Simple tool to view the Basel Face Model 2017. For further information about the model and the surrounding theory and software please visit http://gravis.dmi.unibas.ch/PMM

Requirements

  • installed Java (Version 8.0 or higher recommended)
  • installed sbt (only for compiling from sources)

Run (precompiled):

  • download model-viewer.jar under release
  • run java -jar model-viewer.jar -Xmx2g

Usage:

  • upper random and reset button will update color/shape/expression parameters for active tab
  • lower random and reset button will update all model parameters
  • the button load RPS will load rendering parameters from a .rps file (currently only shape, color and expression)
  • sliders are ordered according to the principal components
  • the maximal parameter value corresponding to the sliders can be adjusted
  • press Ctrl to move pose with mouse (first click on face to activate the frame)

For Developers:

  • clone repository
  • compile and run using sbt run -mem 2000

Maintainer

Dependencies

About

Simple Viewer for the Basel Face Model 2017

License:Apache License 2.0


Languages

Language:Scala 100.0%