trackformer
trackformer copied to clipboard
Implementation of "TrackFormer: Multi-Object Tracking with Transformers”. [Conference on Computer Vision and Pattern Recognition (CVPR), 2022]
Hi, thanks for you great job! I have a question about your paper, In the MOT17 experiment section of the paper, The dataset you used for the test is the...
g++: error: /home/lh/trackformer-main/src/trackformer/models/ops/temp.linux-x86_64-3.7/home/lh/trackformer-main/src/trackformer/models/ops/src/cpu/ms_deform_attn_cpu.o: No such file or directory g++: error: /home/lh/trackformer-main/src/trackformer/models/ops/temp.linux-x86_64-3.7/home/lh/trackformer-main/src/trackformer/models/ops/src/cuda/ms_deform_attn_cuda.o: No such file or directory g++: error: /home/lh/trackformer-main/src/trackformer/models/ops/temp.linux-x86_64-3.7/home/lh/trackformer-main/src/trackformer/models/ops/src/vision.o: No such file or directory error: command '/opt/rh/devtoolset-7/root/usr/bin/g++' failed with exit...
Hello, Does TrackFormer support multi-class multi-object tracking? If so how do I go about training this? Thanks :)
🐛 Bug: Hi, after cloning the lat commit of your repo, and applying all the step to install the dependencies on a conda environment, I got the following error. Specifically...
Hi, thanks for your great works! I found that `prev_query_embed` of track query in `deformable_transformer.py` https://github.com/timmeinhardt/trackformer/blob/df70fef0539dc6ebe8ed26bf1ce55dd6e8f87968/src/trackformer/models/deformable_transformer.py#L214 is set to zeros. However, the `query_embed` of detection query is learned end-to-end, which...
0%| | 0/131 [00:02
hallo timmeinhardt When I install MultiScaleDeformableAttention package: python src/trackformer/models/ops/setup.py build --build-base=src/trackformer/models/ops/ install : I met an error. ``` (tfr) C:\Users\ztmar\mots\trackformer>python src/trackformer/models/ops/setup.py build --build-base=src/trackformer/models/ops/ install Traceback (most recent call last): File...
Hi, I have a question regarding deformable transformer and transformer. I see the variable Mask is passed to the encoder and I am not sure what is the usage? Why...
If you do not know the root cause of the problem, and wish someone to help you, please post according to this template: ## Instructions To Reproduce the Issue: 1....
Hi, I have a question regarding the code for the transformer encoder & decoder. I am looking into the case `args.deformable=False` and `args.Tracking=False`. Looking into `transformer.py` I am a bit...