Michael Sollami

Results 3 issues of Michael Sollami

I'm on v11.3 with MacOS 10.13.6. Doesn't seem to install as the Readme says: ``` In[82]:= PacletInstall["PJLink","Site"->"http://www.wolframcloud.com/objects/b3m2a1.paclets/PacletServer"] Out[82]= Paclet[PJLink,1.0.0,] In[83]:= ker=InstallPython[]; In[84]:= PyEvaluateString["import numpy as np"]; PyEvaluateString["np.random.rand(5, 5, 5)"]~Short~3 Out[85]//Short=...

Does v11.2 fix the issues in v11.1?

Finally got it to compile properly, but the most basic inference example fails: ``` (plenoxel) ubuntu$: ~/svox2/opt$ python render_imgs.py ../../256_to_512_fasttv/hotdog/ckpt.npz ../../nerf_synthetic/hotdog/val/ Setting up [LPIPS] perceptual loss: trunk [vgg], v[0.1], spatial...