Hi,
I am working on the 3D people counting demo Code base from mmwave tool box 4.2 on IWR6843-ODS board and in this case i am having the following queries.
1.Though i am using the default configuration itself,the detections are not that much accurate and in some cases the track is not forming , wherein the detections are happening.It requires a significant movement to form the track .
2.Why GUI is not responding when the default mss and dss debug binaries from the toolbox are loaded through CCS.
3.In the GUI what is the significance of Display static points option.Does is signify enabling and disabling static clutter.
4. In the GUI,in the config type column what is the legacy 2D counting option and how to use it.
5.I disabled the GTRACK_3D macro that acts as a switch between 3d and 2d tracking, built and flashed the binary, and made required changes in the tracking parameters in the configuration file,but when the demo is run and the configuration is fed in the GUI,the GUI is not getting triggered.
The following gtrack parameters are changed in the provided config file
Default configuration for 3D tracking
staticBoundaryBox -2 2 2 8.5 -2 2
boundaryBox -2.5 2.5 0.5 9 -2.5 2.5
gatingParam 3 1.5 1.5 2 0
allocationParam 50 800 0.05 5 0.5 20
maxAcceleration 0.1 0.1 0.1
changed configuration when 2d tracking is enabled
staticBoundaryBox -2 2 2 8.5
boundaryBox -2.5 2.5 0.5 9
gatingParam 3 1.5 1.5 0
allocationParam 50 0.05 5 0.5 20
maxAcceleration 0.1 0.1
6.What is the actual way to change from 3D gtrack to 2D Gtrack if the way i did in point 4 is wrong.