Tianye Li

Results 8 comments of Tianye Li

Hi I'm experiencing the same problem, do you have any hints to solve this problem? Thanks! Any input will be helpful.

Hi @MattKleinsmith, Thanks for the models! -Tianye On Tue, Oct 1, 2019 at 2:29 AM amitbhatkal wrote: > @Rubikplayer They are in the following > paths : > https://drive.google.com/uc?id=0B9P1L--7Wd2vT0FtdThWREhjNkU >...

``` # download those codes and data # ... # copy them into appropriate location cd face3d/examples/Data/BFM mkdir 3ddfa cd 3ddfa cp ./3DDFA_Release/Matlab/ModelGeneration/model_info.mat . cp ./3DDFA_Release/Matlab/Model_Expression.mat . cp ./FaceProfilingRelease_v1.1/FaceProfilingRelease/Model_tri_mouth.mat ....

Nice work for 3D reconstructon! I have some simliar issues here. @mjiUST Could you give us some tips to make the code running on a newer system? My system is:...

@mjiUST @cdb0y511 Yes, yesterday I did the following, and it can start running the main.py (although some other error occurs): - Install CuDNN 5.1 (as you mentioned in "install outside...

@mjiUST Thanks for the response. - Yes, as I found in another thread, indeed different versions of CuDNN can result in errors. - Thanks for the info! It seems the...

@mjiUST The code seems to be running, after I set `gpuarray.preallocate=0.8` (also commented `#cnmem=0.75`). (This was before I saw your feedback. I will try your suggested values a bit later)....

@mjiUST Thanks for the suggestion! I tried `optimizer=fast_run` indeed accelerates the process. but for `__cube_D = 64`, I still got some out of memory issue. I've sent an email to...