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

How to run and inference STrack on custom video file and visualize tracking results ?

UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad...

I have a problem while training the dataset. python train.py --num-gpus 2 --config-file mot17_train_config.py CUDA_VISIBLE_DEVICES=0,1 ![Cache_26dfb8e42a782eca](https://github.com/hustvl/SparseTrack/assets/143610492/22384a0c-403c-457f-a35a-e582bf8efd72) Can you help me with this?

请问在编译 pbcvt 前如何修改修改生成文件文件中的编译路径。主要修改包括更新以下条目:CMAKE_SOURCE_DIR、CMAKE_BINARY_DIR cmake_progress_start,可否给出详细教程?

CMAKE_SOURCE_DIR = C:/Users/15156/Desktop/pyboostcvconverter-master CMAKE_BINARY_DIR = C:/Users/15156/Desktop/pyboostcvconverter-master/build all: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start C:/Users/15156/Desktop/pyboostcvconverter-master/build/CMakeFiles C:/Users/15156/Desktop/pyboostcvconverter-master/build/CMakeFiles/progress.marks $(MAKE) -f CMakeFiles/Makefile2 all $(CMAKE_COMMAND) -E cmake_progress_start C:/Users/15156/Desktop/pyboostcvconverter-master/build/CMakeFiles 0 .PHONY : all Create a build folder yourself...

Thank you for a great job! I have some question about CMAKE_SOURCE_DIR, CMAKE_BINARY_DIR, cmake_progress_start,How do I change the path to cmake_progress_start?The original path is as follows: $(CMAKE_COMMAND) -E cmake_progress_start /home/algomorph/Factory/pyboostcvconverter/CMakeFiles...

“For unmatched high-score detections, we associate it with newly appeared trajectories in the previous frame” Dear author, may I ask how to understand the above sentence, for no match on...

运行的时候这个文件报错, from tracker import pbcvt ImportError: /home/young/Projects/SparseTrack/tracker/pbcvt.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZN2cv5errorEiRKSsPKcS3_i

Thank you for your great work! When i run CUDA_VISIBLE_DEVICES=0 python3 track.py --num-gpus 1 --config-file mot17_ab_track_cfg.py and python3 interpolation.py, I get the following result, what is the probable cause? Before...

你们好,请问在导入了pbcvt之后,运行时为什么显示pbcvt没有GMC这个功能呢