SparseTrack
SparseTrack copied to clipboard
Official PyTorch implementation of SparseTrack (the new version of code will come soon)
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...
how to get them, I don't know
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...