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

Add missing numpy includes #20

Closed mworchel closed 4 years ago

mworchel commented 4 years ago

Hi, first of all great work and I'm looking forward to trying it out.

Unfortunately, in the current state, some extensions will not compile as the numpy headers are not being found. This PR provides a fix by appending the numpy include directories to the include directories of the extensions that require them.