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

images are sorted based on number in the image name #989

Closed

Conversation

sebastian-ruiz
Copy link
Contributor

I had problems where the order of the images is messed up when I labelled my images 0.png, 1.png, ...., 10.png, 11.png, etc...

This is a quick solution for sorting by number.

…r is also preserved without padding like 0001.png etc...
@sebastian-ruiz
Copy link
Contributor Author

Oh I now see that this is similar to #955 Sorry!

This would sort:
1_1
1_100
1-10
1-11
1_1-1

To:

1_1
1-10
1_1-1
1-11
1_100

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

Successfully merging this pull request may close these issues.

2 participants