A project done at EF to generate 3D furniture models
Find a file
2017-10-23 12:49:23 +01:00
src Switch all generation and rendering to blender. 2017-10-23 12:49:23 +01:00
test Switch all generation and rendering to blender. 2017-10-23 12:49:23 +01:00
Dockerfile Add Dockerfile and modify generator script to change shapes and take a unique file id. 2017-10-20 15:52:41 +01:00
README.md Add json only input. 2017-10-20 17:59:05 +01:00

gen-backend

Requirements:

docker pull jmsgrogan/python-generator

Launch:

python generate_shape.py <json>
python apply_texture.py <json>
python final_render.py <json>

The output for the first two scripts is a file $prefix_lamp.png in the launch directory. The output for the last script is three files $prefix_lamp_kitchen.png, $prefix_lamp_hall.png, $prefix_lamp_landing.png in the launch directory.