hiroharu-kato / deep_dream_3d

Code of 3D DeepDream in the paper "Neural 3D Mesh Renderer" by H. Kato, Y. Ushiku, and T. Harada.

Home Page:http://hiroharu-kato.com/projects_en/neural_renderer.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3D DeepDream using Neural Renderer

This is the code for 3D DeepDream in the paper Neural 3D Mesh Renderer (CVPR 2018) by Hiroharu Kato, Yoshitaka Ushiku, and Tatsuya Harada.

Related repositories:

Installation

# install neural_renderer
git clone https://github.com/hiroharu-kato/neural_renderer.git
cd neural_renderer
python setup.py install --user
# or, sudo python setup.py install

Run example

bash ./examples/run.sh

Citation

@inproceedings{kato2018renderer
    title={Neural 3D Mesh Renderer},
    author={Kato, Hiroharu and Ushiku, Yoshitaka and Harada, Tatsuya},
    booktitle={The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
    year={2018}
}

About

Code of 3D DeepDream in the paper "Neural 3D Mesh Renderer" by H. Kato, Y. Ushiku, and T. Harada.

http://hiroharu-kato.com/projects_en/neural_renderer.html

License:MIT License


Languages

Language:Python 81.5%Language:Shell 18.5%