developer0hye / Yolo_Label

GUI for marking bounded boxes of objects in images for training neural network YOLO
MIT License
490 stars 114 forks source link

img number issue #48

Closed haviduck closed 3 years ago

haviduck commented 3 years ago

Hello, thanks for making a cool annotation tool. We are trying it out but facing an issue with the numbering. when we switch from img#109 to 110 it instead goes to 1001. i cant find the relevant code in source, but would love any pointers or a fix. im on win so compiling is abit iffy aswell.

developer0hye commented 3 years ago

@haviduck Hi, haviduck!

You make a good point. I knew this issue, but no one had made a point about this issue.

I modified code so that file name will be sort naturally.

Could you check this again?

haviduck commented 3 years ago

@haviduck Hi, haviduck!

You make a good point. I knew this issue, but no one had made a point about this issue.

I modified code so that file name will be sort naturally.

Could you check this again?

ah great, thank you and ill check as soon as possible. its not a big deal except for when i collab on datasets, this gonna save us some time.

developer0hye commented 3 years ago

@haviduck Okay! After check this issue, please tell me again~

fsanne commented 3 years ago

Can confirm it works!

developer0hye commented 3 years ago

@fsanne In my pc, it works on windows!

fsanne commented 3 years ago

@fsanne In my pc, it works on windows!

Yeah same, so you can close the issue =) It was opened by my colleague so I'll let him know.

developer0hye commented 3 years ago

@fsanne Thanks~

fsanne commented 3 years ago

By the way, if this would generate a train.txt with the path to the annotation files it would be absolutely perfect! Yolo mark as you know does that, but I really like yolo label better. It feels more effortless and I prefer the gui as well.