Tool/software:
Hi everyone,
I noticed a discrepancy between the recommendations in the Vital Signs with People Tracking User Guide and the configuration in the chirp_configs
folder for this application.
The User Guide recommends that the NearY
value from staticBoundaryBox
should be greater than or equal to 2. Moreover, the release notes for this application mention an improvement allowing NearY
to be 1 or greater.
Despite this, the configuration for this application does not follow the "greater than or equal to 2" recommendation. Here’s the relevant part of the code:
Note that: staticBoundaryBox
[-X] [X] [NearY] [FarY] [-Z] [Z]
% % Tracker Layer Parameters % See the Tracking Layer Tuning Guide for more information % "<RADAR_TOOLBOX_INSTALL_DIR>\source\ti\examples\People_Tracking\docs\3D_people_tracking_tracker_layer_tuning_guide.pdf" staticBoundaryBox -1.5 1.5 0.3 1.75 0 3 boundaryBox -1.5 1.5 0.5 2 0 3 sensorPosition 2 0 15 gatingParam 3 2 2 2 10 stateParam 3 3 12 215 50 6000 allocationParam 20 100 0.1 20 0.5 20 trackingCfg 1 2 800 1 46 96 90 presenceBoundaryBox -1.5 1.5 0.3 1.75 0 3 maxAcceleration 0.1 0.1 0.1
Best regards,
Khanh