KangolHsu

Results 22 comments of KangolHsu

I use eos-py1.0.1 python convert bfm2009 .mat file to bin flie the same error occurs.

@patrikhuber I use the eos-py1.0.1 to convert 01_MorphableModel.mat to the .bin file which eso can be used by eos ,but it is still this error : "_The model file you...

when i converted 01_MorphableModel.mat done with eos-py0.14.0 when fit-model-simple.cpp run into this line https://github.com/patrikhuber/eos/blob/f8b235bf8da1eef947a62dc09e23ecde2c9c0f3b/include/eos/render/render_affine.hpp#L102 it occurs a read error,because mesh.texcoords is empty ,this is caused by convert script https://github.com/patrikhuber/eos/blob/f8b235bf8da1eef947a62dc09e23ecde2c9c0f3b/share/scripts/convert-bfm2009-to-eos.py#L51 "texture_coordinates=[]"...

I solved this by adding texture_coordinates data from the UV coords `[here](https://github.com/anilbas/3DMMasSTN/blob/master/util/BFM_UV.mat)`

@chenyirora 方便给点指导吗?如要哪些ip,具体参数什么的

能不能有个简单的使用步骤呢,比如菜鸟级别的我怎么开始用这个项目呢? 比如 : 1 . git clone xxxxxx 2 . cd xxx ........

> > > Also,I have created the output dir before running. me too .have to debug

maybe the value saved is ‘wT*wMax’ the value of wT is combination of power of 2 wMax is the max value in weights。 am i right?

I set N = 1 B = 8 but the result of wT is in the range of 2^-2 to 2^-15 i am confused.why that happen? one more question,how to...

作者提供的数据集格式不是应该像下面这样的么? The example label for the 3 types data: positive face: face detection: 1; face landmark: [0.1,0.2,0.3,0.4,0.5,0.1,0.2,0.3,0.4,0.5]; face regression: [0.1,0.1,0.1,0.1]. part of the face: face detection: 1; face landmark: [0.1,0.2,0.3,0.4,0.5,0.1,0.2,0.3,0.4,0.5];...