votchallenge / toolkit

The official VOT Challenge evaluation and analysis toolkit
http://www.votchallenge.net/
GNU General Public License v3.0
153 stars 43 forks source link

Error: Dataset not support now, edit for other dataset youself... #34

Closed franva closed 2 years ago

franva commented 2 years ago

Followed the instruction and have successfully setup the environment and also downloaded the .pth the folder structure looks like: image

then I ran:

/media/winstonfan/Workspace/Learning/Github/TracKit$ python tracking/test_ocean.py --arch Ocean --resume /media/winstonfan/Workspace/Learning/Github/TracKit/snapshot/OceanV.pth --dataset vot2019

And here is the part of output from running this command

===> init Siamese <====
load pretrained model from ../snapshot/OceanV.pth
remove prefix 'module.'
remove prefix 'feature_extractor.'
missing keys:[]
unused checkpoint keys:['align_head.rpn_cls.bias', 'align_head.rpn_cls.weight', 'align_head.rpn_conv.conv.weight']
====> warm up <====
100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 100/100 [00:01<00:00, 70.78it/s]
Traceback (most recent call last):
  File "test_ocean.py", line 390, in <module>
    main()
  File "test_ocean.py", line 232, in main
    dataset = load_dataset(args.dataset)
  File "/media/winstonfan/Workspace/Learning/Github/TracKit/tracking/../lib/utils/utils.py", line 610, in load_dataset
    raise ValueError("Dataset not support now, edit for other dataset youself...")
ValueError: Dataset not support now, edit for other dataset youself...
lukacu commented 2 years ago

I am not sure if this is related to the toolkit, it looks like a tracker problem. You are running the tracker entry-point not toolkit CLI.