Skip to content

Improving performance of tracker in inference time#1114

Open
MenYosOz wants to merge 2 commits into
MVIG-SJTU:masterfrom
MenYosOz:master
Open

Improving performance of tracker in inference time#1114
MenYosOz wants to merge 2 commits into
MVIG-SJTU:masterfrom
MenYosOz:master

Conversation

@MenYosOz
Copy link
Copy Markdown

@MenYosOz MenYosOz commented Feb 8, 2023

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 for single process).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant