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

Is the new type of sorting image pile correct or has something bugged? #211

Open
GabPete opened this issue Oct 10, 2021 · 4 comments
Open
Assignees
Labels
needs-review The problem described requires deeper analysis.

Comments

@GabPete
Copy link

GabPete commented Oct 10, 2021

Describe the bug
Back in time when I was working with my images they all were sorted as follows: 0, 1, 2, 3; right now the same pile of files is sorted 0, 1, 10, 100, 101, 102 etc. This situation in the field of ordered manner of pictures really annoys me. Is there anything I can do about it? Or shoud it be like that?

To Reproduce
Steps to reproduce the behavior:

  1. Simply start the project with files ordered in numerical scale: 1, 2, 3, 3, 4....
  2. Start "Object detection" with rectangle label.
  3. See the order of files

Expected behavior
In the past they were ordered as they were called.

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser: chrome
  • Version: 93.0.4577.8
@github-actions
Copy link

👋 Hello @GabPete, thank you for your interest in make-sense - free to use online tool for labelling photos! 🏷️

🐞 Bug reports

If you noticed that make-sense is not working properly, please provide us with as much information as possible. To make your life easier, we have prepared a bug report template containing all the relevant details. We know, we ask for a lot... However, please believe that knowing all that extra information - like the type of browser you use or the version of node you have installed - really helps us to solve your problems faster and more efficiently. 😉

💬 Get in touch

If you've been trying to contact us but for some reason we haven't responded to your issue yet, don't hesitate to get back to us on Gitter or Twitter.

💻 Local setup

# clone repository
git clone https://github.com/SkalskiP/make-sense.git

# navigate to main dir
cd make-sense

# install dependencies
npm install

# serve with hot reload at localhost:3000
npm start

To ensure proper functionality of the application locally, an npm 6.x.x and node.js v12.x.x versions are required. More information about this problem is available in the #16 issue.

@SkalskiP
Copy link
Owner

Hello, @GabPete 👋. ! First of all, I'm really sorry for such a slow response. Unfortunately, I got. Covid and did not feel too well. I have a question however, couldn't you rename images and use zeros padding? For example 000.png, 001.png, 003.png etc. Wouldn't that solve your issue?

@SkalskiP SkalskiP self-assigned this Oct 21, 2021
@SkalskiP SkalskiP added the needs-review The problem described requires deeper analysis. label Oct 21, 2021
@GabPete
Copy link
Author

GabPete commented Nov 4, 2021

Dear @SkalskiP, thank you for the response.
The situation goes as follows - my data base is too wide for me to rename it; a collague of mine proposed the same, but in the situation of having hudreds of pictures, that doesn't fit me. Would you propose another solution for the problem?
Best regards, GP.

@SkalskiP
Copy link
Owner

SkalskiP commented Nov 5, 2021

Hi @GabPete 👋 ! Of course, I'm not suggesting you manually rename hundreds of photos. This could potentially be fixed with a simple script in Python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-review The problem described requires deeper analysis.
Projects
None yet
Development

No branches or pull requests

2 participants