autonomousvision / differentiable_volumetric_rendering

This repository contains the code for the CVPR 2020 paper "Differentiable Volumetric Rendering: Learning Implicit 3D Representations without 3D Supervision"
http://www.cvlibs.net/publications/Niemeyer2020CVPR.pdf
MIT License
794 stars 90 forks source link

How to get gif like your readme from a ply file? #78

Closed ShuaibZyx closed 4 months ago

ShuaibZyx commented 8 months ago

Hello, I am very interested in your work, I would like to get a saved GIF image from the generated ply file for easy display, how do you do that? Thank you for your reply!

ShuaibZyx commented 7 months ago

I am a beginner and would like to ask: if the training process is based on time? and if I want to get a bird sculpture like the three different representations in readme, In addition to perform "train configs/multi_view_reconstruction/birds/ours_rgb.yml" what I still need to perform operation? I tried to execute the render.py command but there is not enough gpu memory(I only have 24G), is there any way to reduce the gpu memory used by the render command? Thank you very much for anyone's advice, thank you!