SparseTrack icon indicating copy to clipboard operation
SparseTrack copied to clipboard

Official PyTorch implementation of SparseTrack (the new version of code will come soon)

Results 20 SparseTrack issues
Sort by recently updated
recently updated
newest added

Hi, Thank you for the amazing work. I had a question about whether it's possible to use the tracking module of SparseTrack with Custom detector output. Just like we can...

I'm wondering whether I can use real depth data from an rgbd camera to further improve or replace the depth estimation in the original implementation? Thanks for your wonderful works!

I rewrote the build trainer in mot17_train_config.py Like this: train = dict( output_dir="./yolov8_mot17_train-all", init_checkpoint="/HOME/scw6492/run/luke/yolov8/pretrain/yolov8l.pt", I only change this. Next I encountered the following problem: [01/19 14:05:56 d2.checkpoint.detection_checkpoint]: [DetectionCheckpointer] Loading from...

HI, Is ther any Sparse Track FPS benchmarks? If possible, I want to know FPS or Inference time comparison with bytetrack or other trackers.

Would you please provide the code of integrating DCM into different trackers? I have not yet to find the code of trackers in TABLE.VI. If you have already uploaded the...