Pengxiang Li

Results 64 comments of Pengxiang Li

Hi, S-D chen, We tried to reproduce this problem, but it didn't succeed. Running the test on **Ubuntu** will consume about 4GB of memory and 7GB on **windows**. If you...

OC-SORT still in progress. You can see this PR to get more infomations. https://github.com/open-mmlab/mmtracking/pull/545

Hi, [hhhhhhogan](https://github.com/hhhhhhogan), 您说的很对,我们必须要修改config文件来避免加载预训练权重,出现上述问题的原因,很可能是您下载的权重较老,与当前mmdet的版本不匹配造成的,您可以检查下mmdet的版本与您下载的权重的版本。 祝好 -------------------------------------------- Hi, [hhhhhhogan](https://github.com/hhhhhhogan), You are right, we have to modify the config file to avoid loading pre-trained weights. The reason for the above problem is most...

Very good suggestion! We will consider adding relevant documents.

There is a bug about data reading. Under repair.

I'm glad you are interested in this part of code, but unfortunately, the current code support for VITA is not complete, which will be repaired after the GenVIS reproduction is...

I'm not very clear about your question, what exactly do you mean by `accuracy`?

Hi, In my opinion, the error is caused by the `null` value of the `annotation` key in the val set, which will cause an error in `YTVOS`. You can modify...

Hi, The reason for the error is that the `scale_factor` is not found in the meta information of the image, which stores the scale of the image. What is your...