-
/bin/sh: 1: ./tools/evaluate: Permission denied
Traceback (most recent call last):
File "main.py", line 143, in
test(model, device, test_loader, args, idx)
File "/home/disk/chengpeisong/p…
cps80 updated
5 years ago
-
Hi, I am interested in your work,and I want to add the siamban to the pysot like you in my undergraduation project,I have add the model and config in experiments,and I also add the head and some algor…
-
python ../../tools/eval.py --dataset VOT2018 --tracker_prefix C --result_dir ./test/VOT2018
loading VOT2018: 0%| | 0loading VOT2018: 0%| …
shlsp updated
3 years ago
-
Hello, I am a novice in deep learning, I want to run a test with your model on my own dataset to see the effect of this model on my dataset. How should I modify the data format of my dataset?
-
I met such error when I run 'eval.py',how can I solve it?
Thanks!
python bin/eval.py --dataset_dir /home/zy/dataset/OTB100 --dataset OTB100 --tracker_result_dir /home/zy/code/pysot-toolkit/tracker…
-
I wonder how to set the NUM_USE and VIDEOS_PER_EPOCH.
For example
1. How to set NUM_USE and VIDEOS_PER_EPOCH when using only got10k
2. How to set NUM_USE and VIDEOS_PER_EPOCH when using vid and g…
-
Hi! Thank you for this amazing repository. I want to build my own backbone and integrate it into pysot, what are the necessary steps and can you please list all the files and directories where I will …
-
![image](https://user-images.githubusercontent.com/35833888/127081815-7fc670e4-1c0d-4a00-b510-ce7a444345b2.png)
When I run main.py to excute training, Rasing this problem:
TypeError: can not loa…
-
我使用STARKST模型测试了GOT10K以及准备测试LASOT数据集,但我发现似乎保存的PKL文件中之后预测bbox的数据。 我如何获得如 pysot、pytracking这些代码库中对于具体数据集的测试指标数据(mAO、Norm、Prec等)。
我不太明白,我想我需要一些帮助
-
首先感谢这么棒的工作!
我运行eval.py跑otb100,结果跑出来了,但是success_precision的图没有画出来,报错FileNotFoundError: [WinError 2] 系统找不到指定的文件。pycharm有提示Package requirements 'glob','opencv-python' are not satisfied,不知道是不是这个问题,我应该怎么解决…