unibas-gravis / parametric-face-image-generator

Generate fully parametric face images from the Basel Face Model 2017

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BIP is loaded for each rendering

BernhardEgger opened this issue · comments

val rndIll = illuminationPrior.rnd(illumination)

this line causes the Basel Illumination Prior files to be loaded for each image separately.
This leads to superslow data generation and causes a lot of unnecessary IO