anhttran / extreme_3d_faces

Extreme 3D Face Reconstruction: Looking Past Occlusions
Other
785 stars 184 forks source link

GPU RAM size required to run bump maps. #35

Closed HaiyongJiang closed 4 years ago

HaiyongJiang commented 4 years ago

Dear authors, thank you for your great work. I test the code on my server with the provided dockfile. However, the program complains "out of memory" when regressing bump maps. Can you kindly inform me of the memory size of your testing GPU? Thank you.

anhttran commented 4 years ago

I do not know why this issue appeared recently. You can fix it by adding " volatile=True" as in my update below: https://github.com/anhttran/extreme_3d_faces/blob/master/demoCode/bumpMapRegressor.py#L320

On Fri, Sep 6, 2019 at 3:38 PM Hai-Yong Jiang notifications@github.com wrote:

Dear authors, thank you for your great work. I test the code on my server with the provided dockfile. However, the program complains "out of memory" when regressing bump maps. Can you kindly inform me of the memory size of your testing GPU? Thank you.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_anhttran_extreme-5F3d-5Ffaces_issues_35-3Femail-5Fsource-3Dnotifications-26email-5Ftoken-3DACFGN7QMHOJQAW6DVJXLNNTQIIJIVA5CNFSM4IUGPCJKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HJX4WAQ&d=DwMCaQ&c=clK7kQUTWtAVEOVIgvi0NU5BOUHhpN0H8p7CSfnc_gI&r=uWuFHkuJNMJjKNj2bKpEDw&m=zjpyXHx8SJWrAXlOoKEzedHhv4WzLRAG9pVY6ssOE9c&s=Lp4Ca2ZElt2HrDgLijndMQoBg4FF1DTkrvyM0UxMJhU&e=, or mute the thread https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_ACFGN7Q6V67ICG2YTYJFJNTQIIJIVANCNFSM4IUGPCJA&d=DwMCaQ&c=clK7kQUTWtAVEOVIgvi0NU5BOUHhpN0H8p7CSfnc_gI&r=uWuFHkuJNMJjKNj2bKpEDw&m=zjpyXHx8SJWrAXlOoKEzedHhv4WzLRAG9pVY6ssOE9c&s=UAvJK-wocK-n1A-EehcnCucVGIAczK0aYkIBhgLb7TQ&e= .

HaiyongJiang commented 4 years ago

Now it works well. Thank you.