-
运行 python -u pysot_toolkit/test.py --dataset GOT-10k --name 'transt'出错
pysot_toolkit/..
Traceback (most recent call last):
File "pysot_toolkit/test.py", line 225, in
main()
File "pysot_toolkit/t…
-
Warning: Extension name 'region' does not match fully qualified name 'videoanalyst.evaluation.vot_benchmark.pysot.utils.region' of 'region.pyx'
Warning: Extension name 'region' does not match fully q…
-
When I run the command “CUDA_VISIBLE_DEVICES=0 python -u ../../tools/attack_test.py --snapshot model.pth --dataset OTB100 --config config.yaml”, the error occurs of:
Traceback (most recent call la…
-
Traceback (most recent call last):
File "tctrack_original/tools/train_tctrackpp.py", line 303, in
main()
File "tctrack_original/tools/train_tctrackpp.py", line 298, in main
train(trai…
-
您好,这边nanotrack训练的时候 在data里的是事先裁剪好的训练图片吗
-
Notice that the pysot-toolkit only supports VOT before 2019. It's a little out of time.
-
请问,在 Trans-DAT/pysot_toolkit/trackers/tracker.py 中173行附近,出现了代码```
pscore = score * (1 - self.window_penalty) + \
self.window * self.window_penalty
```
这里 score 和 self.window 的 sha…
-
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 …
-
While I try to run the eval.py following the instructions, it gives me the numba core errors as bellow:
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/h…
-
作者您好:
感谢你们的杰出贡献。最近在复现你们的代码过程中出现一个问题。我用pysot的环境(torch==0.4)来跑您们的代码,训练完成之后,只有19个checkpoint,并且在**resume**和**test**的过程中,在**加载模型**时都出现了**assertion error**。
(pysot) xyl@xyl-System-Product-Name:~/SiamC…