-
## PTZ Tracking ideas page on initial thoughts and possible approach
[Online-Visual-Tracking-SOTA](https://github.com/wangdongdut/Online-Visual-Tracking-SOTA)
## OpenTLD (Predator)
### Origin…
-
-
Hello,
Thank you for your work!
I wanted to train SiamRPN.
I followed your training procedure.
I used the provided training config.
I used VID, DET, YTB, COCO for training
But it gives me **on…
-
You have provided the weights of an RPN model from your paper. It is "thinner". But the only config for training the RPN model is for the "thicker" version. Could you publish a config for the "thinner…
-
Hi,
I wonder if there are any plans to support Siamese-based visual object tracking models, such as SiamRPN, on the Hailo platform. If so, could you please provide an estimated timeline for when this…
-
Hi, I am a little confused about the precision, in the paper "SiamVGG", the precision of SiamVGG is
a little better than SiameseRPN, but here with the module RPN, the precision of SiamRPN-VGG is a …
-
File "/home/SiamRPN-PyTorch/train/data.py", line 136, in open
img_mean_d )
File "/home/SiamRPN-PyTorch/train/data.py", line 192, in get_instance_image
instance_img, scale_x = self.crop_…
-
[속도 기반 알고리즘.docx](https://github.com/jjuun0/object-tracking/files/6948649/default.docx)
-
I try to run model "vitb_256_mae_32x4_ep300". I see speed same model SiamRPN++ but in your paper said SiamRPN++ ~ 30FPS , OSTrack-256 ~105FPS. Am I running the wrong model?
-
当我按照介绍把相关环境都配置完成后运行SSD+SiamRPN.py,显示:
File "SSD+SiamRPN.py", line 18, in
from net import SiamRPNvot
ModuleNotFoundError: No module named 'net'
请问是哪里出了问题,谢谢您的回复