hiroharu-kato / style_transfer_3d

Code of 2D-to-3D style transfer in the paper "Neural 3D Mesh Renderer" by H. Kato, Y. Ushiku, and T. Harada.
http://hiroharu-kato.com/projects_en/neural_renderer.html
MIT License
139 stars 29 forks source link

Code compatibility without GPU #1

Open nitish11 opened 6 years ago

nitish11 commented 6 years ago

I am working on AWS Deep Learning instance without GPU.

Is this code compatible with only GPU? Why this part of code is important ? Can this function be replaced with CPU compatible VGG trained-model and feature extraction? Let me know the feasibility and challenges, I can raise a PR for the same.