/2Dto3DAnimation

Animation project

Primary LanguagePython

2Dto3DAnimation

To run this project, please open the colab link, connect a T4 GPU, and run all the cells one by one. Please note to read and follow the text blocks too.

Open In Colab

Citations

Extended SDF Rendering classes and loss functions from EVA3D official implementation.

  • SirenGenerator – renderer class for 3D models.
  • VoxelSDFRenderer – builds voxel and renders them using SirenGenerator.
  • VoxelHuman – creates voxels for body parts using VoxelSDFRenderer and joins them.
  • Loss functions from utils and smpl_utils files.

References