You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you installed pyembree library? This step is to find the ray-mesh intersection for geometry evaluation.
Or you can bypass this step by setting val.eval_metric_freq as a larger number than train.end_iter in the configure file so that the evaluation will not be performed. To still extract the mesh, you can set val.val_mesh_freq as 5000, for example, so that a mesh will be extracted for every 5000 step.
Hi,
Thank you for the work and the code!
When I tried to run the DiLiGenT-MV benchmark objects, it seems that the final saving requires very large memory:
So is there a way to sacrifice the performance by a little bit and get the result?
The text was updated successfully, but these errors were encountered: