GlobalTrack icon indicating copy to clipboard operation
GlobalTrack copied to clipboard

Official PyTorch implementation of "GlobalTrack: A Simple and Strong Baseline for Long-term Tracking" @ AAAI2020.

Results 17 GlobalTrack issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/45124597/145327846-ca42b770-07f7-4249-82de-b5c43327b8aa.png) 如下图所示,请问这是为啥

The evaluation results of GlobalTrack on DTB70 seem not satisfying. I've changed the output format before evaluation. Any suggestions for such results? ![image](https://user-images.githubusercontent.com/81427458/112646312-4df92b80-8e82-11eb-917e-71ec7c8c1b49.png)

Hi, thanks for your cool work! For the `RPN_Modulator` class in `modulators.py` file, it seems that it's different with the equation (1) in the paper in 2 aspects: - fx(x)...

当我执行setup进行编译的时候,会报错:error: unknown file type '' (from 'src/soft_nms_cpu.pyx/mmdet/ops/nms') 请问这是什么情况呀,麻烦告诉我一下,谢谢您

Thank you for sharing! Do you need additional conditions to compile successfully?such as the version of CUDA and VS . (I chose the second option)

您好,我已经改成了这个,Cuda compilation tools, release 9.0, V9.0.176 请问为什么还是会报错,有什么解决办法吗

运行程序test_global_track.py出现以下问题: File "C:\ProgramData\Anaconda3\envs\GlobalTrack\lib\ctypes\__init__.py", line 367, in __init__ self._handle = _dlopen(self._name, mode) OSError: [WinError 126] 找不到指定的模块。

Traceback (most recent call last): File "tools/test_global_track.py", line 1, in import _init_paths ModuleNotFoundError: No module named '_init_paths' I followed the steps for the setup. How to fix this?