Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Moses Turner
Monado
Commits
39205de5
Commit
39205de5
authored
Nov 02, 2022
by
Moses Turner
Browse files
format-and-spellcheck
parent
6ace522d
Pipeline
#727730
failed with stages
in 6 minutes and 21 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/xrt/tracking/hand/mercury/hg_model.cpp
View file @
39205de5
...
...
@@ -422,9 +422,8 @@ run_hand_detection(void *ptr)
// {
// cv::Rect p = cv::Rect(start_x + (hand_idx * (80 + 8)), start_y + ((60 + 8)), 80,
// 60); cv::Mat start(cv::Size(80, 60), CV_32FC1, this_side_data + 4800, 80 * sizeof(float));
// start *= 255.0;
// start.copyTo(hgt->visualizers.mat(p));
// 60); cv::Mat start(cv::Size(80, 60), CV_32FC1, this_side_data + 4800, 80 *
// sizeof(float)); start *= 255.0; start.copyTo(hgt->visualizers.mat(p));
// }
}
}
...
...
src/xrt/tracking/hand/mercury/hg_sync.cpp
View file @
39205de5
...
...
@@ -1148,7 +1148,7 @@ t_hand_tracking_sync_mercury_create(struct t_stereo_camera_calibration *calib,
u_var_add_draggable_f32
(
hgt
,
&
hgt
->
tuneable_values
.
dyn_radii_fac
,
"radius factor (predict)"
);
u_var_add_draggable_f32
(
hgt
,
&
hgt
->
tuneable_values
.
dyn_joint_y_angle_error
,
"max error hand joint"
);
u_var_add_draggable_f32
(
hgt
,
&
hgt
->
tuneable_values
.
amount_to_lerp_prediction
,
"Amount to lerp pose-prediction"
);
u_var_add_draggable_f32
(
hgt
,
&
hgt
->
tuneable_values
.
max_permissible_iou
,
"Max permissible IOU"
);
u_var_add_draggable_f32
(
hgt
,
&
hgt
->
tuneable_values
.
max_permissible_iou
,
"Max permissible IOU"
);
u_var_add_bool
(
hgt
,
&
hgt
->
tuneable_values
.
scribble_predictions_into_this_frame
,
"Scribble pose-predictions"
);
u_var_add_bool
(
hgt
,
&
hgt
->
tuneable_values
.
scribble_keypoint_model_outputs
,
"Scribble keypoint model output"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment