bento234

Results 2 issues of bento234

Thank you for the project, great tool you created. I found a Pretty small bug regarding file endings. If I try to load a file sequence with the fileending *.jpeg...

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) #