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
798 stars 90 forks source link

key error "loss_depth_eval" #11

Closed hiyyg closed 4 years ago

hiyyg commented 4 years ago

When I train the single_view_reconstruction with multi-view supervision model, during the evaluation, there is a key error: loss_depth_eval. I found that it was due to the predicted mask was zero. What could be the problem?

hiyyg commented 4 years ago

I found the bug, ignore this.