Hello TI,
I want to comprehend the 3D people counting about Falling Detection GUI in industrial_toolbox_4_5_1(The folder is \ti\industrial_toolbox_4_5_1\labs\people_counting\visualizer\fallDetection_main.py).
The following figure is code in fallDetection_main.py.
I have two questions and there are two red rectangles that I made:
1.In first red rectangle,what is the meaning about the age? I don't understand the physical meaning.
2.In second rectangle,I want to know the condition of deciding falling detection situation.
Why "self.targetSize[6,tid,fNum]= self.targetSize[5,tid,fNum]-self.targetSize[5,tid,(fNum-10)%100]" is made as the falling detection?
I'll appreciate your response!
Best regards,
James