Skip to content

Commit

Permalink
Tune feet detection (HULKs#1362)
Browse files Browse the repository at this point in the history
* tune feet detection

* tune outdoor
  • Loading branch information
schluis authored and pejotejo committed Nov 6, 2024
1 parent 53d7031 commit cd0c0de
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
14 changes: 7 additions & 7 deletions etc/parameters/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"feet_detection": {
"vision_top": {
"enable": true,
"maximum_cluster_distance": 0.2,
"minimum_consecutive_segments": 7,
"minimum_luminance_standard_deviation": 7,
"minimum_samples_per_cluster": 8,
"minimum_feet_width": 0.06,
"minimum_segment_height": 0.15
"maximum_cluster_distance": 0.25,
"minimum_consecutive_segments": 5,
"minimum_luminance_standard_deviation": 5,
"minimum_samples_per_cluster": 5,
"minimum_feet_width": 0.0,
"minimum_segment_height": 0.08
},
"vision_bottom": {
"enable": true,
"enable": false,
"maximum_cluster_distance": 0.2,
"minimum_consecutive_segments": 7,
"minimum_luminance_standard_deviation": 7,
Expand Down
14 changes: 14 additions & 0 deletions etc/parameters/rc24_outdoor/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,19 @@
"start": 50
}
}
},
"feet_detection": {
"vision_top": {
"enable": true,
"maximum_cluster_distance": 0.25,
"minimum_consecutive_segments": 6,
"minimum_luminance_standard_deviation": 10,
"minimum_samples_per_cluster": 6,
"minimum_feet_width": 0.0,
"minimum_segment_height": 0.12
},
"vision_bottom": {
"enable": false
}
}
}

0 comments on commit cd0c0de

Please sign in to comment.