We have setup VST and AI-NVR, but the Tripwire and ROI are not really robust in different scenes.
The startup command is sudo docker compose -f compose_nx16.yaml up -d --force-recreate
From the demo video, obviously you can see they get bad detecting and counting results.
We expect that one person passes through the line, in or out will add 1.
Could you guide us how to set tripwire to get better results ?
How to modify values to improve accuracy of Tripwire and ROI ?
I enable RTSP output.
It can accurately identify people, but the people counter of Tripwire are inaccurate.
Which configuration can improve the accuracy of detection?
I try to reduce to 30fps. The detection seems to be a little better.
If our width and height of video source are 1280/720, Do I need to change these values (tracker-width and tracker-height) of sector nvtracker in ds-config-0_nx16.yaml ?
Please don’t modify nvinfer/nvtracker configure value. Is it possible to configure your IP camera to 30fps? We found FPS is the root cause of inaccuracy of the analytics.
Yes.
I test with video files and have reduced to 30fps, but the missing rate is about 50% for my case.
We try to modify some configurations to improve it.
Can you give us which file can we try? or input video resolution ?
The analytics will use the center of the bottom edge of bbox(the center of people’s foot) to decide if people cross the line of tripwire. Please ensure the tripwire cover the center of bottom edge of all bboxes which you want to count.