trax icon indicating copy to clipboard operation
trax copied to clipboard

need help! AttributeError: module 'trax.server' has no attribute 'ServerOptions'

Open kuiran opened this issue 4 years ago • 4 comments

Traceback (most recent call last): File "", line 1, in File "/home/kuiran/github/pytracking/pytracking/run_vot.py", line 19, in run_vot tracker.run_vot() File "/home/kuiran/github/pytracking/pytracking/../pytracking/evaluation/tracker.py", line 621, in run_vot handle = vot.VOT("polygon") File "/home/kuiran/github/pytracking/pytracking/../pytracking/evaluation/vot.py", line 92, in init options = trax.server.ServerOptions(region_format, trax.image.PATH) AttributeError: module 'trax.server' has no attribute 'ServerOptions' Exception ignored in: <function VOT.del at 0x7fb0daca39e0> Traceback (most recent call last): File "/home/kuiran/github/pytracking/pytracking/../pytracking/evaluation/vot.py", line 173, in del self.quit() File "/home/kuiran/github/pytracking/pytracking/../pytracking/evaluation/vot.py", line 165, in quit self._trax.quit() AttributeError: 'VOT' object has no attribute '_trax'

how to fix it.

kuiran avatar Oct 14 '20 10:10 kuiran

Me too! HELP!!

laisimiao avatar Oct 21 '20 09:10 laisimiao

@lukacu How to solve this?

laisimiao avatar Oct 30 '20 01:10 laisimiao

me too

yzlicloud avatar Apr 10 '22 11:04 yzlicloud

My guess is that you are using an outdated pytracking vot module that uses an old API. Try replacing vot.py with a new one from our integration repository.

lukacu avatar Apr 11 '22 17:04 lukacu