ECCV22-P3AFormer-Tracking-Objects-as-Pixel-wise-Distributions icon indicating copy to clipboard operation
ECCV22-P3AFormer-Tracking-Objects-as-Pixel-wise-Distributions copied to clipboard

The official code for our ECCV22 oral paper: tracking objects as pixel-wise distributions.

Results 15 ECCV22-P3AFormer-Tracking-Objects-as-Pixel-wise-Distributions issues
Sort by recently updated
recently updated
newest added

The [code](https://github.com/dvlab-research/ECCV22-P3AFormer-Tracking-Objects-as-Pixel-wise-Distributions/blob/f5957e0d96238bd87b3c64a3b94fc459bc6ba648/eval.py#L251) seems to be using BYTETracker to associate objects with tracks, rather than the method proposed in the paper. Is this part not added yet? If I have omitted...

1. load model, get error: "PytorchStreamReader failed reading zip archive: failed finding central directory" load scripts is sh configs/standard/v100_test_mot17.sh 2. I can't find code about pixel-wise association, only bytetracker part,...

Verifying the results becomes challenging when insufficient information is present in the paper. Could you please clarify the following training procedures? 1. Why do you call coco pretrained? if your...

Dear Zelin, I compile DCN_v2 by using 'pip install -U torch==1.4 torchvision==0.5 -f https://download.pytorch.org/whl/cu101/torch_stable.html' as this url (https://github.com/CharlesShang/DCNv2/issues/63) said. And then I run 'bash configs/standard/v100_mot17_coco.sh',some errors accur like: `Traceback (most...

Hi! I found that there is pre-training on the coco dataset in the code of the project, and this part does not seem to be mentioned in the paper. It...

Hi,Zelin! I get some problems when I run the "sh configs/standard/v100_mot17_coco.sh " which remind me "ModuleNotFoundError: No module named 'MultiScaleDeformableAttention'". Then I find the answer at https://github.com/fundamentalvision/Deformable-DETR/issues/68. I change my...

Hi, Thanks a lot for your amazing work. I have a question about the implementation of P3AFormer on KITTI. As shown in your paper, Swin-B is used as the backbone....

Hi, I am trying to replicate the results of the paper and I would like to know which arguments I need to use for **[interpolation.py](../blob/main/interpolation.py)** and **[interpolation.sh](../blob/main/configs/standard/interpolation.sh)**. Thanks a lot...