Open MenYosOz opened 1 year ago
Instead of copying the tensor, use the same memory by converting to NumPy array first. By doing so, You can improve the inference time of the tracker (On my computer it was 10ms per single process).
Instead of copying the tensor, use the same memory by converting to NumPy array first. By doing so, You can improve the inference time of the tracker (On my computer it was 10ms per single process).