SkalskiP / make-sense

Free to use online tool for labelling photos. https://makesense.ai
GNU General Public License v3.0
3.18k stars 527 forks source link

Editing label name after annotation is not working properly #381

Open JimmyJ0ee opened 3 days ago

JimmyJ0ee commented 3 days ago

Describe the bug If you want to edit the label name after annotating the images, the label names will not be updated in the downloaded text files.

To Reproduce Steps to reproduce the behavior:

  1. Annotate pictures.
  2. Edit label name.
  3. Export annotations with yolo format.
  4. Check label name in .txt file.

Expected behavior Lable name will be the first-used name and not the updated name.

Screenshots New name: image Old name: image

Desktop (please complete the following information):

github-actions[bot] commented 3 days ago

👋 Hello @JimmyJ0ee, 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 8.x.x and node.js v16.x.x versions are required. More information about this problem is available in the #16 issue.

Yuri-Njathi commented 2 days ago

The name in the edit labels popup window isn't the one that appears in annotation file (old name)

For example

labelname1 -> 0
labelname2 -> 1
labelname3 -> 2

Example

edit-labels

With labels:

labels

And results into these kind of annotations: annotations

Hope this helps