tracklab
tracklab copied to clipboard
A modular end-to-end tracking framework for research and development
Error : 
**Thanks a lot for the great codebase!** I have been having trouble obtaining any **pose estimation** results, like the ones shown on the Readme file ([https://github.com/TrackingLaboratory/tracklab/blob/main/docs/assets/gifs/PoseTrack21_008827.gif](https://github.com/TrackingLaboratory/tracklab/blob/main/docs/assets/gifs/PoseTrack21_008827.gif)). There also seems to...
Hello tutors, I'm currently working on applying the TrackLab framework to my research. I have followed the installation instructions provided, including downloading the data from SoccerNet Tracking as outlined in...
I want to test how it perform on a video. If it's not possbile yet, could someone please give me some pointer how to implement this? Thank you!
Hello, I am trying to run [https://github.com/SoccerNet/sn-gamestate?tab=readme-ov-file](url), getting an exception while running https://github.com/SoccerNet/sn-gamestate/issues/34 Is there a way that in tracklab, I set the torch initialisation to explicitly use cpu instead...
Hi there, thanks for building this tracking library which is very helpful for kickstarting a new tracking project. I wonder if you plan to include a utility in the repo...
### Related issue https://github.com/TrackingLaboratory/tracklab/issues/17 ### Updated 2025-06-11 This MR should be now ready for review. I have tidied up the code and move the relevant parts to here. Have it...
The transformers api didn't work on GPU, because the tensors weren't sent to the correct device.