add StrongSORT Tacker

This commit is contained in:
Pongsatorn Kanjanasantisak 2025-08-10 01:23:09 +07:00
parent ffc2e99678
commit b7d8b3266f
93 changed files with 20230 additions and 6 deletions

4
debug/cuda.py Normal file
View file

@ -0,0 +1,4 @@
import torch
print(torch.cuda.is_available()) # True if CUDA is available
print(torch.cuda.get_device_name(0)) # GPU name
print(torch.version.cuda) # CUDA version PyTorch was compiled with