hqucv / siamban

Siamese Box Adaptive Network for Visual Tracking
Apache License 2.0
280 stars 52 forks source link

Some problems in testing! #55

Closed prstrive closed 3 years ago

prstrive commented 3 years ago

Hello! When I test the model, I get this error message:

Traceback (most recent call last):
  File "../../tools/test.py", line 21, in <module>
    from toolkit.utils.region import vot_overlap, vot_float2str
  File "/data/pengr/pysot/toolkit/utils/__init__.py", line 1, in <module>
    from . import region
ImportError: cannot import name 'region'

What should I do?