foolwood / SiamMask

[CVPR2019] Fast Online Object Tracking and Segmentation: A Unifying Approach
http://www.robots.ox.ac.uk/~qwang/SiamMask
MIT License
3.47k stars 817 forks source link

执行bash test_mask_refine.sh config_vot.json SiamMask_VOT.pth VOT2016 0的问题 #120

Open Sunyankun opened 5 years ago

Sunyankun commented 5 years ago

VOT2016下载并解压在data目录下,预训练模型也下载了。但是执行这个语句还存在如下问题 usage: test.py [-h] [--arch {Custom}] --config CONFIG --resume PATH [--mask] [--refine] [--dataset {}] [-l LOG] [-v] [--save_mask] [--gt] [--video VIDEO] [--cpu] [--debug] test.py: error: argument --dataset: invalid choice: 'VOT2016' (choose from )

hyzl-4869 commented 4 years ago

你好 我也碰到了这个问题 请问你解决了吗

Sunyankun commented 4 years ago

你好 换成VOT2018的数据集可以,成功了。如果还不行可以暴力一点直接把数据集拷贝到SiamMask文件目录下(具体哪个文件夹我忘了)

2020年1月9日 下午3:03,hyzl-4869 notifications@github.com 写道:

你好 我也碰到了这个问题 请问你解决了吗

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/foolwood/SiamMask/issues/120?email_source=notifications&email_token=AFR7KDDOOXMZPVIVM5JVSN3Q43D3JA5CNFSM4JPSJVWKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIPHJMI#issuecomment-572421297, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFR7KDAF3EG7BYNXUQJLWDTQ43D3JANCNFSM4JPSJVWA.

hyzl-4869 commented 4 years ago

可以加个联系方式吗.... 换了数据集还是不行

Sunyankun commented 4 years ago

Wechat:jet1511281448

2020年1月10日 下午2:25,hyzl-4869 notifications@github.com 写道:

可以加个联系方式吗.... 换了数据集还是不行

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/foolwood/SiamMask/issues/120?email_source=notifications&email_token=AFR7KDAMWHZOUP4CXCJ3HO3Q5AIGBA5CNFSM4JPSJVWKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIS2LZY#issuecomment-572892647, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFR7KDDLYQPYE437Z2TU6ELQ5AIGBANCNFSM4JPSJVWA.

LFY2002 commented 1 year ago

在download_vot.sh(在get_test_data.sh中的https://github.com/jvlmdr/trackdat.git里面的trackdat文件夹中(可以本地下载))中的 cat ../annotations.txt | xargs -P 4 -t -I{} wget -nv -c "${base_url}/{}"改成 cat ../annotations.txt | tr -d '\r' | xargs -P 4 -t -I{} wget -nv -c "${base_url}/{}",每次下载数据集的时候都会出现‘/r’导致数据集下载不了