denoiser
denoiser copied to clipboard
RuntimeWarning: Divide by zero
Hi , I run the denoiser and get the output file but not the html report due to the following error:
Computing dvars...
/home/amir/.local/lib/python3.8/site-packages/numpy/lib/shape_base.py:379: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray.
res = asanyarray(func1d(inarr_view[ind0], *args, **kwargs))
/home/amir/.local/lib/python3.8/site-packages/numpy/lib/shape_base.py:402: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray.
buff[ind] = asanyarray(func1d(inarr_view[ind], *args, **kwargs))
Traceback (most recent call last):
File "run_denoise.py", line 462, in
I am getting this same error. Did you end up finding a solution?
@maxhenneke , Unfortunately No. I was hoping for an update from @arielletambini