zhao181

Results 12 comments of zhao181

How did you solve this problem? I use pytorch version, too. After 15000 iterations, the Generator learns nothing. The result is aweful.

> 您好! 請問paper內部提到的 "we use the parameterized UV coordinates which computes a Tutte embedding with conformal Laplacian weight and then maps the mesh boundary to a square" 有沒有詳細的code描述BFM_UV.mat是怎麼生成的? > 謝謝!...

谢谢 好的 On 11/21/2019 11:50,vitahsu wrote: @zhao181 在3D morphable models as spatial transformer networks這篇paper的section2.3 output grid是此篇paper引用的原出處,可以看一下! 不過看過去也還是非常模糊啊!!!!! (可能背景知識還不足) 若有問題歡迎一起討論! 另外在此連結也有一些討論唷! 謝謝 — You are receiving this because you were mentioned....

> I run this DCGAN in colab and I've only changed a few parameters(shown below). > The model was successfully lunched and the training process is good. > But there...

How can you obtain such a result? I retrain the model with this code,the ocular-distance normalized error is 0.0345 and the pupil-distance normalized error is 0.0489. Can you give some...

No I don't know

I remember that, before I fix the code, there are errors occurring here too. But I forget the details and the solutions. 发自网易邮箱大师 On 12/2/2017 18:09,zunair11 wrote: Guys , I...

Yes I got the same problem "Segmentation fault (core dumped)" . Have you fixed it? 发自网易邮箱大师 On 11/29/2017 14:32,cjt222 wrote: hello, i try to run code on cpu, but it...

It seems that you are using a gpu. I run the code only with cpu. I did not run make.sh since I follow the author's instruction and modified the setup.py...

You should run: python setup.py build_ext --include-dirs={your-numpy-include-path} for example my path is: C:\ProgramData\Anaconda3\Lib\site-packages\numpy\core\include so: python setup.py build_ext --include-dirs=C:\ProgramData\Anaconda3\Lib\site-packages\numpy\core\include and then you will find the .lib files in "./build/temp.win-amd64-3.6/Release" On my...