anilbas / 3DMMasSTN

MatConvNet implementation for incorporating a 3D Morphable Model (3DMM) into a Spatial Transformer Network (STN)
Apache License 2.0
278 stars 50 forks source link

Undefined function or variable'xavier'! #6

Open LeiJiangJNU opened 6 years ago

LeiJiangJNU commented 6 years ago

hi @anilbas, Thank you for your contribution! I followed your readme to run the code,but I can't run the training code.Could you please give me some advice on the questions below? In dagnn_3dmmasstn_init.m line 7. This xavier(1,1,4096,16) should be the algorithm that initializes the network weight, but I run the prompt without definition. Thanks in advance!

suvojit-0x55aa commented 5 years ago

Any update on this ?

suvojit-0x55aa commented 5 years ago

Found the xavier.m file in this repo.

ReverseSystem001 commented 4 years ago

Found the xavier.m file in this repo.

hi do you know where is the BFM_UV.mat come from? does if from the result of Output grid which mentioned in the paper 2.3

suvojit-0x55aa commented 4 years ago

@ReverseSystem001 yes it is as confirmed here https://github.com/anilbas/3DMMasSTN/issues/8#issuecomment-414996312

ReverseSystem001 commented 4 years ago

@suvojit-0x55aa thanks for your reply ! I will try it as the paper mentioned