Hello,
is it available a guide for the config file for the overhead people counting demo?
Thanks
Alessandro
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
is it available a guide for the config file for the overhead people counting demo?
Thanks
Alessandro
Hi Alessandro,
Please see the SDK 1.1.0.2 user's guide and the People Counting Customization guide.
Regards,
Justin
Thanks, but I really have a lot of ghosts... that I'm not able to eliminate
Some more detailed questions:
SceneryParam -3 3 -3 3.0 0 3 - There are 2 more values, are they z limit values?
GatingParam 10 3 3 3 0 - There are 5 parameters , what do they represent?
AllocationParam 50 120 0.01 20 1 15 - the third one is (I suppose it is the radial velocity but in x-y plane or xyz? can I set it to zero?
VariationParam 0.2887 0.2887 1 1 - I have a lot (really a lot of ghosts), do these parameters affect the ghosting elimination?
MaxAcceleration 1 1 1 - What these parameters mean?
AllocZone 0 1 - What these parameters mean?
CloudPersistence 0 - What these parameters mean?
SNRFilter 4 40 - What these parameters mean?
Last question:
What's the cartesian reference system of the radar, i mean the Z axis is the axis perpendicular to the plane of the radar?
Thanks
Regards
Alessandro
Hi Alessandro,
First, to answer your questions:
SceneryParams <X Left> <X Right> <Y Close> <Y Far> <Z bottom> <Z Top>
Gating Param <Volume> <X Limit> <Y Limit> <Z Limit> <Doppler Limit>
AllocationParam <SNR Thresh> <SNR Obscured Thresh> <Min Radial Velocity for allocation> <Points Thresh> <Max distance for clustering> <Max doppler difference for clustering>
SNRFilter - <Max Range to Filter> <Filter Points below this SNR>: SNR Filter allows you to set a low CFAR threshold to extend the range of the demo, while ignoring low SNR noise close to the device. SNRFilter 4 40 requires all points within 4 meters of the device to have an SNR of at least 40 if they are to get passed to the tracker.
The rest of the commands are now set automatically, and will be deprecated.
For the coordinate system, assume you are looking at the device, with the antennas at the top and power at the bottom:
My recommendation for reducing ghosts is to increase allocation thresholds. Ensure the gating parameters are large enough to associate all points near a target with that target.
Regards,
Justin