How to set direction and orientation values of line-crossing parameters

Please provide complete information as applicable to your setup.

**• Hardware Platform : Jetson Nano Developer Kit
**• DeepStream Version: Deepstream 6.0
**• JetPack Version: 4.5.1

Hi,

I am using the test5 application with Peoplenet to count people entering and exiting a store. I still can’t figure out how to set the first 4 parameters(in bold below) of the:
line-crossing-entry and line-crossing-exit. As I understand, they stand for the object orientation or angle.
Example:
line-crossing-Entry=218;434;221;386;168;385;260;384
line-crossing-Exit=234;309;230;344;181;345;266;342
Also, in the direction-North and direction-South, how can they be helpful, what do they stand for exactly,and how do we choose/calculate the coordinates values.

Another question is how can I make sure that, for example, the entry line only counts people coming in a certain direction(from outside the door going inside a store) and not the opposite direction, same for the exit line. How does the test5 app make the difference between people entering and exiting?

Thanks

One sample:
./deepstream-nvdsanalytics-test file:///1080p.mp4

Below virtual line for line crossing in analytics confiture file:
line-crossing-Entry = 924;534;925;594;746;567;1102;560;
line-crossing-Exit = 925;594;924;534;1102;560;746;567;

According the article, you should use jetpack 4.6 with deepstream 6.0.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.