-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intergrate other detection algorithm. #85
Comments
Hi, it seems that your messages arrive slightly out-of-order. An easy workaround would be to add a small tolerance in delta time in the condition of the if statement within the tracker: Lines 227 to 230 in 09b256b
Are you running multiple detectors in parallel (all publishing to the detected persons topic that is input to the tracker), and they are not temporally synchronized? |
Thanks. It worked when I add a tolerance in delta time. I replaced the laser detectors with DR-SPAAM-Detector in the launch file tracking_on_bagfile.launch. Thanks. |
Which detector is mostly causing these false alarms? Or are the detections from the individual detectors okay, and the problem is at the fusion stage? Maybe you could attach a picture or short video. |
I integrated other detection algorithms and used the provided scripts for message conversion, but I encountered the following problems:
[ WARN] [1608023759.960176417, 1439557604.073015311]: Jump back in time detected. Deleting all existing tracks. Old time was 1439557603.966, new time is 1439557603.945 (dt=-0.021 sec)!
[ WARN] [1608023760.593699488, 1439557604.198680538]: Jump back in time detected. Deleting all existing tracks. Old time was 1439557604.099, new time is 1439557604.057 (dt=-0.042 sec)!
[ WARN] [1608023761.217882125, 1439557604.323381596]: Jump back in time detected. Deleting all existing tracks. Old time was 1439557604.233, new time is 1439557604.138 (dt=-0.095 sec)!
The detection algorithm is: DROW and DR-SPAAM person detectorshttps://github.com/VisualComputingInstitute/DR-SPAAM-Detector
Can anyone help me? How to solve this problem?
THanks.
The text was updated successfully, but these errors were encountered: