Some small updates.
This commit is contained in:
@ -38,7 +38,7 @@ static const std::string cam_info_topic = "/{}/calibration";
|
||||
static const std::string pose_out_topic = "/poses/humans3d";
|
||||
|
||||
static const float min_match_score = 0.94;
|
||||
static const size_t min_group_size = 1;
|
||||
static const size_t min_group_size = 4;
|
||||
|
||||
static const bool use_tracking = true;
|
||||
static const float max_movement_speed = 2.0 * 1.5;
|
||||
|
||||
Reference in New Issue
Block a user