hongsheng-Z

Results 11 issues of hongsheng-Z

你好,请问如何在LaSOT上画出属性雷达图呢, 我添加了这行代码 draw_eao(success_ret) 之后报错: raise ValueError("x and y must have same first dimension, but " ValueError: x and y must have same first dimension, but have shapes (8,) and (281,...

Hi,I used two cards to train my model according to your instructions, and the following error occurred: File "/home/UserDirectory/hongshengz/anaconda3/lib/python3.9/site-packages/torch/autograd/__init__.py", line 130, in backward Variable._execution_engine.run_backward( RuntimeError: one of the variables needed...

Hi, why do you use the function [adjust](https://github.com/researchmm/Stark/blob/main/lib/models/stark/stark_s.py) after backbone? Can we directly input it into the transformer without any adjustment

Thanks for your great work, I want to know how to get the score map, the code only provides the calculation of conf_score。

Hello when I use python tracking/test.py stark_st baseline_got10k_only --dataset got10k_test --threads 32 python lib/test/utils/transform_got10k.py --tracker_name stark_st --cfg_name baseline_got10k_only Tested on the got10k data set, the result is less than 20...

Thanks for your great work. I ran SwinT_examle.py on my own dataset. But the results were terrible, always failing to focus on the goal. But the results are much better...

作者您好,请问您论文中的图5那个雷达图是如何生成的,我试图用pysot-toolkit来画,但是出现了很多问题没搞懂。

Hi, thanks for your great work. Now I want to use your Rest as my backbone network for visual target tracking. How do I implement this operation? Can I directly...

Hi, thanks for your great work, and Is there any operation similar to 'padding mask' like as DERT to indicate where is the image and where is padding.

请问作者有pytorch版本的代码吗