Skip to content

Conversation

saching13
Copy link
Contributor

No description provided.

Copy link
Contributor Author

@saching13 saching13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you address these ?

gt_plane = (gt_normal, -self.true_distance)
gt_plane_dist = roi_point.dot(gt_plane[0]) + gt_plane[1]
plane_offset_error += fitPlaneDist
gt_offset_error += gt_plane_dist
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change this to Absolute error. Naming adjustment.

elif self.ui.r_center.isChecked():
side = 'center'
file.write(f'{int(time.time())},{mx_id},{self.true_distance},{self.z_distance},{self.plane_fit_mse},\
{self.gt_plane_mse},{self.plane_fit_rmse},{self.max_error},{self.min_plane_error},\
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change gt_plane_mse -> gt_plane abs error in the header

@Erol444
Copy link
Contributor

Erol444 commented Oct 2, 2022

  • Add README.md
  • Move 25MB image elsewhere - let's not bloat the repo

@daxoft daxoft force-pushed the daxoft/depth_test branch from 1b9c4e1 to 57a7a9f Compare October 5, 2022 15:53
@daxoft daxoft force-pushed the daxoft/depth_test branch from d2afe30 to f1cb2a8 Compare October 18, 2022 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants