-
作者可以提供一下训练好的模型吗
-
首先感谢这么棒的工作!
我运行eval.py跑otb100,结果跑出来了,但是success_precision的图没有画出来,报错FileNotFoundError: [WinError 2] 系统找不到指定的文件。pycharm有提示Package requirements 'glob','opencv-python' are not satisfied,不知道是不是这个问题,我应该怎么解决…
-
您好,我尝试部署siamrpn++,发现它的效果不错 ,但是后面那个搜索区与模板特征的那个卷积特别耗时,因为它只是个卷积运算,不属于网络,所以部署的时候不能被加速,只能用CPU算,所以我只能降低它的运算量。
于是我想重新训练。之前这个部分是3个尺度的2次(cls和loc)次卷积,每次卷积256个通道。为了让它运算的快一些,我改成了128个通道。但是训练了 20个循环后,发现在简单的数据上效果也特…
-
当我在linux服务器上用两个GPU尝试train的时候,遇到一个报错,
return torch._C._dist_broadcast(tensor, src, group)
RuntimeErrorreturn torch._C._dist_broadcast(tensor, src, group):
NCCL error in: /opt/conda/conda-bld/py…
-
作者您好!!我在复现您的代码,是准备单在GOT10k数据集中训练的,我运行了parse_got10k.py,运行了剩下的两个处理got10k的py文件后,按照指示输入了训练命令,可是却报错,它在dataset.py中显示要求读取parse_got10k.py生成的json文件是以字典形式的,也就是每一项需要有item()方法,但是这个json文件却是以列表形式存储的,请问这个错误该如何解决?
-
What's new?
We will be using [PySOT Discussions](https://github.com/STVIR/pysot/discussions) for answering all questions (how to use the code), and leave issues for all working staff (how to edite …
-
Thank you very much for your work. May I ask when the complete code will be released
-
As the title describes, there exists two times path concatenations for the member variable named `img_names` belonged to the `VOTVideo` class.
One of them occurs at `line 18` in `toolkit/dataset/vide…
-
The former issue has been created here: (https://github.com/xl-sr/THOR/issues/6) and has been closed by the repo collaborator.
The original code, which uses the frame number (_f_) that is not provi…
-
**Describe the bug**
HI, I am trying to use onnxruntime for execution on the jetson TX2, but encountered challenging issue in performances.
I am trying to deploy a siamrpn Network on the jetson an…