Paul Henderson
Paul Henderson
I have not been able to reproduce this. To get some more info, add between line 49 & 50 of dirt/rasterise_ops.py the following: ``` print(_rasterise_module.rasterise( background[np.newaxis, ...], vertices[np.newaxis, ...], vertex_colors[np.newaxis,...
Please read the README, which says Linux is required. This repo does not support Windows. librasterise.so would, on Linux, be built automatically during the installation.
This `parameter packs not expanded` error is a gcc/nvcc bug, not a problem in DIRT itself; using g++ 10 should fix it; see e.g. https://github.com/NVlabs/instant-ngp/issues/119