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
801 stars 91 forks source link

Training and test set split. #54

Closed JasonMilesCS closed 3 years ago

JasonMilesCS commented 3 years ago

Hi @m-niemeyer , Thanks for your great work and clean code. I noticed that you uploaded a pre-trained model on all categories. But the dataset split for this pre-trained model is unavailable. Just wondering whether you may release it?

m-niemeyer commented 3 years ago

Hi @JasonMilesCS , thanks a lot for your interest in our project!

If you download the datasets, you will find the files "train.lst", "val.lst", "test.lst" in each class folder; these are the train/val/test splits for each class. I hope this helps a little!

JasonMilesCS commented 3 years ago

I downloaded this several times but failed since it is too big... I will try it again. Thanks for your reply.