-
def get_image_anno(self, video, track, frame):
frame = "{:06d}".format(frame)
image_path = os.path.join(self.root, video,
self.path_format.form…
-
By using both `.sh` and by hand method, I failed in **setup.py** anyway. Could you be so kind to check which is the key point?
```
Compiling toolkit/utils/region.pyx because it changed.
[1/1] Cy…
LT1st updated
1 month ago
-
修改了config.py中的__C.DATASET.NAMES,但是还是会优先载入VID,请问还需要修改哪里,谢谢
-
In the paper [SiamCAR](https://openaccess.thecvf.com/content_CVPR_2020/papers/Guo_SiamCAR_Siamese_Fully_Convolutional_Classification_and_Regression_for_Visual_Tracking_CVPR_2020_paper.pdf) the authors…
-
请问作者有pytorch版本的代码吗
-
With #691 adding more object tracking code, it might be nice to create an algo that the existing trackers can be turned into implementations of. The main challenge I see is that different trackers hav…
-
Thank you very much for your code.
Could you tell me how to change the resolution of the output picture? Thanks
-
Well #77 didn't work for me while resuming from checkpoint_18.pth. The problem is when we resume, the model and optimizer passed in the restore_from function are suitable for epoch less than 10 (till …
-
This problem arises when testing vot. I hope you can help me with it. Thanks
-
![image](https://user-images.githubusercontent.com/45124597/145327846-ca42b770-07f7-4249-82de-b5c43327b8aa.png)
如下图所示,请问这是为啥