Can boxmot tracker be run on GPU? #1684
Replies: 1 comment
-
tracker = BotSort(
reid_weights=Path('osnet_x0_25_msmt17.pt'), # Path to ReID model
device=torch.device('cuda:0'),
half=False
) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mikel-brostrom
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running frames I took from 10 different cameras with 10 yolo model threads and my fps drops a lot because I can't run the boxmot tracker on the GPU. Do you have a suggestion?
Beta Was this translation helpful? Give feedback.
All reactions