Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

训练GOT10K数据集的问题 #99

Open
HuangHao1013 opened this issue Oct 4, 2023 · 0 comments
Open

训练GOT10K数据集的问题 #99

HuangHao1013 opened this issue Oct 4, 2023 · 0 comments

Comments

@HuangHao1013
Copy link

训练时,如果用了got10k会报错误:
Traceback (most recent call last):
File "train.py", line 324, in
main()
File "train.py", line 297, in main
train_loader = build_data_loader()
File "train.py", line 64, in build_data_loader
train_dataset = TrkDataset()
File "/root/autodl-tmp/SiamCAR-master/pysot/datasets/dataset.py", line 151, in init
subdata_cfg = getattr(cfg.DATASET, name)
File "/root/miniconda3/lib/python3.7/site-packages/yacs/config.py", line 141, in getattr
raise AttributeError(name)
AttributeError: GOT10K
请问这是怎么回事

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant