XMem2 icon indicating copy to clipboard operation
XMem2 copied to clipboard

UI Crashing when placing points

Open bendreality opened this issue 1 year ago • 0 comments

I experienced crashes, and found the problem. In the file brs_functors line 75 the last "np.float" should be "np.cfloat"

f_grad = opt_params.grad.cpu().numpy().ravel().astype(np.float) #<-- np.cfloat

bendreality avatar Nov 10 '23 08:11 bendreality