We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8556361 commit 1b9c4e1Copy full SHA for 1b9c4e1
depth_test/depthtest.py
@@ -867,7 +867,7 @@ def timer_event(self):
867
error_threshold = THRESHOLD
868
else:
869
error_threshold = self.true_distance * (THRESHOLD-0.03)-THRESHOLD+0.06
870
- if self.gt_plane_rmse_res < error_threshold and self.fill_plane_res > 0.98:
+ if self.gt_plane_rmse_med < error_threshold and self.fill_plane_res > 0.98:
871
self.set_result('PASS')
872
873
self.set_result('FAIL')
0 commit comments