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

pls change special seq name in OTB dataset #48

Open
laisimiao opened this issue Oct 3, 2020 · 0 comments
Open

pls change special seq name in OTB dataset #48

laisimiao opened this issue Oct 3, 2020 · 0 comments

Comments

@laisimiao
Copy link

Recently I use got10k.datasets scripts in my project and I am very grateful for that.
But I really advise you to change special seq names in OTB dataset: like Jogging.1, Jogging.2, Skating2.1, Skating2.2 to Jogging_1, Jogging_2, Skating2_1, Skating2_2.
Because many algorithms' codes choose the latter, so I need to rename them in many places, so can you improve it while give a better user experience. Just modify a string:
from
[renamed_seqs.append('%s.%d' % (seq_name, ind))]
to
[renamed_seqs.append('%s_%d' % (seq_name, ind))]

@huanglianghua

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