Skip to content
New issue

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

factory test depth #403

Open
wants to merge 29 commits into
base: depth-testing
Choose a base branch
from
Open

factory test depth #403

wants to merge 29 commits into from

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 ?

depth_test/depthtest.py Outdated Show resolved Hide resolved
depth_test/depthtest.py Show resolved Hide resolved
depth_test/depthtest.py Outdated Show resolved Hide resolved
depth_test/depthtest.py Outdated Show resolved Hide resolved
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
Member

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