- Notifications
You must be signed in to change notification settings - Fork5
Neural Scene De-rendering
jiajunwu/nsd
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository contains scripts for rendering Minecraft images as those in the CVPR'17 Neural Scene De-rendering paper.
Project Malmo: Please follow the instructions fromMalmo
to launch the Minecraft client (0.30.0).
Please also include the path to Malmo schemas in the environment variableMALMO_XSD_PATH
.
Torch: We useTorch 7
for our implementation with these additional packages:
libMalmoLua
: offered in Project Malmo. Its path should be included in the environment variableLUA_CPATH
.
Our current release has been tested on Ubuntu 14.04.
git clone git@github.com:jiajunwu/nsd.gitcd nsd
Please update line 101 ofmc-gen.lua
with the actual IP and port of your Minecraft client.
The demo calls the rendering function to render an image based on the scene XML. Please find descriptions of the scene XML we used in the source file.
th main.lua
The script renders the image and saves it asdemo.png
. It should look as follows.
Sometimes the image might look darker than expected, in which cases please try again.
@inproceedings{nsd, title={{Neural Scene De-rendering}}, author={Wu, Jiajun and Tenenbaum, Joshua B and Kohli, Pushmeet}, booktitle={IEEE Conference on Computer Vision and Pattern Recognition (CVPR)}, year={2017}}
For any questions, please contact Jiajun Wu (jiajunwu@mit.edu).