Hi,
Great code, thanks a lot!
I had 2 questions:
-
Accuracy
Just wanted to know whether the code actually works and tracking does improve detection.
-
Speed of tracking
I am looking into using MultiObjDetTracker in my project. The requirements of my project is real-time processing, would you how fast is the inference time of tracking part (excluding detection) of the MultiObjDetTracker on the GPU (1050 or 1080)? I would imagine it would <20% of the detector since it has 2 layers even though LSTM layer might take more time. I am aiming for ~10 fps.
Thanks!
Hi,
Great code, thanks a lot!
I had 2 questions:
Accuracy
Just wanted to know whether the code actually works and tracking does improve detection.
Speed of tracking
I am looking into using
MultiObjDetTrackerin my project. The requirements of my project is real-time processing, would you how fast is the inference time of tracking part (excluding detection) of theMultiObjDetTrackeron the GPU (1050 or 1080)? I would imagine it would <20% of the detector since it has 2 layers even though LSTM layer might take more time. I am aiming for ~10 fps.Thanks!