MixFormerV2 icon indicating copy to clipboard operation
MixFormerV2 copied to clipboard

bug?

Open Clarkwk opened this issue 1 year ago • 1 comments

Hello, while testing the UAV123 dataset, the following error occurred. What is the reason? Sizes of tensors must match except in dimension 1. Expected size 1 but got size 2 for tensor number 1 in the list.

Clarkwk avatar Oct 22 '23 14:10 Clarkwk

This is because that current version of code only supports single online template. You should set it in the corresponding .yaml file. For example

TEST:
  ONLINE_SIZES:
    UAV: [1]

songtianhui avatar Oct 22 '23 16:10 songtianhui