Rendering color and depth images for ShapeNet models
Color & Depth Renderer for ShapeNet This library includes the tools for rendering multi-view color and depth images of ShapeNet models. Physically based rendering (PBR) is featured based on blender2.79. Outputs Color image (20 views) Depth image (20 views) Point cloud and normals (Back-projected from color & depth images) Watertight meshes (fused from depth maps) Install We recommend to install this repository with conda. conda env create -f environment.yml conda activate renderer Install Pyfusion by cd ./external/pyfusion mkdir build cd […]
Read more