xingyizhou / GTR

Global Tracking Transformers, CVPR 2022
371 stars 57 forks source link

produce results file on TAO test set #32

Open HanGuangXin opened 2 years ago

HanGuangXin commented 2 years ago

Hi, could you please show me how to get the results on TAO test set, which will be uploaded to the challenge server?

I tried the following command, but it didn't work:

python train_net.py --config-file configs/GTR_TAO_DR2101.yaml --eval-only MODEL.WEIGHTS models/GTR_TAO_DR2101.pth DATASETS.TEST ('tao_test',)

xingyizhou commented 2 years ago

Hi,

It should be this command. What error does it give?

Best, Xingyi