Code Monkey home page Code Monkey logo

Comments (9)

LGBluesky avatar LGBluesky commented on July 26, 2024

@StrangerZhang 同问,我运行eval.py 跑otb100, 运行环境是 Ubuntu 16.04,, tracekers选用 SiamRPN++ C-COT DaSiamRPN ECO
结果没有跑出来,跑到 eval sucess 就出错了, 提示:
eval success: 0%| | 0/4 [00:00<?, ?it/s]../tracker_result/SiamRPN++/篮球all.txt
eval success: 0%| | 0/4 [00:00<?, ?it/s]
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/home/xc/anaconda3/envs/siamban/lib/python3.7/multiprocessing/pool.py", line 121, in worker
result = (True, func(*args, **kwds))
File "/media/xc/data/visual obeject tracing/pysot-toolkit-master/pysot/evaluation/ope_benchmark.py", line 50, in eval_success
success_ret_[video.name] = success_overlap(gt_traj, tracker_traj, n_frame)
File "/home/xc/anaconda3/envs/siamban/lib/python3.7/site-packages/numba/core/dispatcher.py", line 415, in _compile_for_args
error_rewrite(e, 'typing')
File "/home/xc/anaconda3/envs/siamban/lib/python3.7/site-packages/numba/core/dispatcher.py", line 358, in error_rewrite
reraise(type(e), e, None)
File "/home/xc/anaconda3/envs/siamban/lib/python3.7/site-packages/numba/core/utils.py", line 80, in reraise
raise value.with_traceback(tb)
numba.core.errors.TypingError: Failed in nopython mode pipeline (step: nopython frontend)
non-precise type array(pyobject, 0d, C)
During: typing of argument at /media/xc/data/visual obeject tracing/pysot-toolkit-master/pysot/utils/statistics.py (104)

File "pysot/utils/statistics.py", line 104:
def success_overlap(gt_bb, result_bb, n_frame):
thresholds_overlap = np.arange(0, 1.05, 0.05)
^

"""

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "bin/eval.py", line 51, in
trackers), desc='eval success', total=len(trackers), ncols=100):
File "/home/xc/anaconda3/envs/siamban/lib/python3.7/site-packages/tqdm/std.py", line 1130, in iter
for obj in iterable:
File "/home/xc/anaconda3/envs/siamban/lib/python3.7/multiprocessing/pool.py", line 748, in next
raise value
numba.core.errors.TypingError: Failed in nopython mode pipeline (step: nopython frontend)
non-precise type array(pyobject, 0d, C)
During: typing of argument at /media/xc/data/visual obeject tracing/pysot-toolkit-master/pysot/utils/statistics.py (104)

File "pysot/utils/statistics.py", line 104:
def success_overlap(gt_bb, result_bb, n_frame):
thresholds_overlap = np.arange(0, 1.05, 0.05)

from pysot-toolkit.

han3889847 avatar han3889847 commented on July 26, 2024

@LGBluesky Have you solved this problem?thanks

from pysot-toolkit.

momo-github-1984 avatar momo-github-1984 commented on July 26, 2024

好吧,我也有这样的问题,大家知道怎么解决吗?

from pysot-toolkit.

gaojian66 avatar gaojian66 commented on July 26, 2024

同样的问题,求解决方案

from pysot-toolkit.

16534165 avatar 16534165 commented on July 26, 2024

@LGBluesky 大哥,Have you solved this problem?thanks

from pysot-toolkit.

16534165 avatar 16534165 commented on July 26, 2024

好吧,我也有这样的问题,大家知道怎么解决吗?
大哥
你解决了吗

from pysot-toolkit.

bibixiuxiuxiu avatar bibixiuxiuxiu commented on July 26, 2024

请问这个问题有人解决了吗

from pysot-toolkit.

kaiqidou avatar kaiqidou commented on July 26, 2024

results文件夹得问题 results--》OTB--》SiamFC--》xxx.txt

from pysot-toolkit.

a81940595 avatar a81940595 commented on July 26, 2024

要得到指标的本质是 跟踪器(siamfc,siamrpn等测试的输出)在数据集上预测的结果(pred), 和真实的标签(OTB自带的标注框)对比,得到结果。 所以,你除了OTB自带的标签以外,还需要跟踪器在数据集上跑出来的txt才能正确运行代码, 你这个错误提示可能是因为txt缺失或者对不上

from pysot-toolkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.