This repository contains the code for the CVPR 2020 paper "Differentiable Volumetric Rendering: Learning Implicit 3D Representations without 3D Supervision"
I am trying to create custom datasets for training. I have a depth map, image, masks, and their corresponding 3d model. I do not know how to create cameras.npz (world_mat, world_mat_inv, camera_mat, camera_mat_inv, scale_mat, scale_mat_inv) and pcl.npz file. Is there any way to create these files using a blender or other tools?
I am trying to create custom datasets for training. I have a depth map, image, masks, and their corresponding 3d model. I do not know how to create cameras.npz (world_mat, world_mat_inv, camera_mat, camera_mat_inv, scale_mat, scale_mat_inv) and pcl.npz file. Is there any way to create these files using a blender or other tools?