add StrongSORT Tacker
This commit is contained in:
parent
ffc2e99678
commit
b7d8b3266f
93 changed files with 20230 additions and 6 deletions
4
debug/cuda.py
Normal file
4
debug/cuda.py
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue