Trackers input type unclear #917
-
In the following block of code you ask for a numpy array of detections in the format [[x1,y1,x2,y2,score],[x1,y1,x2,y2,score],...] and later on you try to convert it to numpy again. Wouldn't that raise an error?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
What should be passed to all trackers is torch arrays. I need to find time to fix the docstrings. |
Beta Was this translation helpful? Give feedback.
-
Just an update. All inputs are now |
Beta Was this translation helpful? Give feedback.
What should be passed to all trackers is torch arrays. I need to find time to fix the docstrings.