Skip to content

LucienXian/octave_run_BFM_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Octave dockerfile for BFM model

The project is init Just because I don't want to install Matlab. I have modified the relevant files to fit the octave run.

Prepare BFM data

Link

build

  1. Enter the folder
cd octave-docker
  1. build the docker file
docker build --build-arg UBUNTU_MIRROR="http://mirrors.163.com"  -t bfm/octave .
Or
docker build -t bfm/octave .

run

  1. run the docker
docker run --rm -v $(pwd):/source bfm/octave /source/generate.m

Thanks

Octave-dockerfile

Face-3d

About

A app for the BFM data generation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published