We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
D:\Depth-Anything\metric_depth\zoedepth\utils\misc.py:181: RuntimeWarning: Mean of empty slice. a1 = (thresh < 1.25).mean() D:\Depth-Anything\venv\lib\site-packages\numpy\core_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide ret = ret.dtype.type(ret / rcount) D:\Depth-Anything\metric_depth\zoedepth\utils\misc.py:182: RuntimeWarning: Mean of empty slice. a2 = (thresh < 1.25 ** 2).mean() D:\Depth-Anything\metric_depth\zoedepth\utils\misc.py:183: RuntimeWarning: Mean of empty slice. a3 = (thresh < 1.25 ** 3).mean() D:\Depth-Anything\venv\lib\site-packages\numpy\core\fromnumeric.py:3504: RuntimeWarning: Mean of empty slice. return _methods._mean(a, axis=axis, dtype=dtype, D:\Depth-Anything\venv\lib\site-packages\numpy\core_methods.py:129: RuntimeWarning: invalid value encountered in divide ret = ret.dtype.type(ret / rcount) D:\Depth-Anything\metric_depth\zoedepth\utils\misc.py:189: RuntimeWarning: Mean of empty slice. rmse = np.sqrt(rmse.mean()) D:\Depth-Anything\metric_depth\zoedepth\utils\misc.py:192: RuntimeWarning: Mean of empty slice. rmse_log = np.sqrt(rmse_log.mean()) D:\Depth-Anything\metric_depth\zoedepth\utils\misc.py:197: RuntimeWarning: Mean of empty slice. log_10 = (np.abs(np.log10(gt) - np.log10(pred))).mean()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
D:\Depth-Anything\metric_depth\zoedepth\utils\misc.py:181: RuntimeWarning: Mean of empty slice.
a1 = (thresh < 1.25).mean()
D:\Depth-Anything\venv\lib\site-packages\numpy\core_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
ret = ret.dtype.type(ret / rcount)
D:\Depth-Anything\metric_depth\zoedepth\utils\misc.py:182: RuntimeWarning: Mean of empty slice.
a2 = (thresh < 1.25 ** 2).mean()
D:\Depth-Anything\metric_depth\zoedepth\utils\misc.py:183: RuntimeWarning: Mean of empty slice.
a3 = (thresh < 1.25 ** 3).mean()
D:\Depth-Anything\venv\lib\site-packages\numpy\core\fromnumeric.py:3504: RuntimeWarning: Mean of empty slice.
return _methods._mean(a, axis=axis, dtype=dtype,
D:\Depth-Anything\venv\lib\site-packages\numpy\core_methods.py:129: RuntimeWarning: invalid value encountered in divide
ret = ret.dtype.type(ret / rcount)
D:\Depth-Anything\metric_depth\zoedepth\utils\misc.py:189: RuntimeWarning: Mean of empty slice.
rmse = np.sqrt(rmse.mean())
D:\Depth-Anything\metric_depth\zoedepth\utils\misc.py:192: RuntimeWarning: Mean of empty slice.
rmse_log = np.sqrt(rmse_log.mean())
D:\Depth-Anything\metric_depth\zoedepth\utils\misc.py:197: RuntimeWarning: Mean of empty slice.
log_10 = (np.abs(np.log10(gt) - np.log10(pred))).mean()
The text was updated successfully, but these errors were encountered: