Closed Sun-Xinnnnn closed 2 years ago
We only report the threshold error (Th2, Th4 or Th8), and you can insert the abs_error into the training process easily like (depth_gt[mask] - depth_est[mask]).asb().mean()
We only report the threshold error (Th2, Th4 or Th8), and you can insert the abs_error into the training process easily like (depth_gt[mask] - depth_est[mask]).asb().mean()
thanks :)
We only report the threshold error (Th2, Th4 or Th8), and you can insert the abs_error into the training process easily like (depth_gt[mask] - depth_est[mask]).asb().mean()
What is your Abs depth err value? Mine seems a little big.
Hello, thank you very much for your code. May I ask how to check the absolute depth error in the training process?