HumanSignal / labelImg

LabelImg is now part of the Label Studio community. The popular image annotation tool created by Tzutalin is no longer actively being developed, but you can check out Label Studio, the open source data labeling tool for images, text, hypertext, audio, video and time-series data.
https://youtu.be/p0nR2YsCY_U
MIT License
22.77k stars 6.31k forks source link

How to check Already labelled images again? #521

Open rupeshchandgude opened 5 years ago

rupeshchandgude commented 5 years ago
eb642w commented 5 years ago

Did you solve the question?

Tanmay-Kulkarni101 commented 4 years ago

I used labelImg for Pascal VOC. On opening the folder which contains the images that have been annotated, the annotations are already present. Did you also experience the same behavior ?

In addition, did you try specifying your save directory ?

rupeshchandgude commented 4 years ago

@eb642w No. I am not able to get answer to this yet.

rupeshchandgude commented 4 years ago

@Tanmay-Kulkarni101 I had tried this, but I am not able to get results.

vadzimyatskevich commented 4 years ago

The same problem, after restart I have lost all labels when they actually exist but not displayed.

vadzimyatskevich commented 4 years ago

The same problem, after restart I have lost all labels when they actually exist but not displayed. (Ubuntu)

running with sudo helps, so it's something about permissions

veer5551 commented 4 years ago

Hello Team,

Can we do this with LabelImg? I am also looking for a tool to import already labeled images and verify and correct them. Platform: Windows 10

Thanks a lot!

hdnh2006 commented 4 years ago

I followed the coment of @vadzimyatskevich running labelImg with sudo and everything was Ok! I can check all annotations

Arunkumar0258 commented 3 years ago

@veer5551 Did you find a way to open the annotations and verify them in Windows 10. I tried executing labelImg in Anaconda Prompt as admin mode, but that did not work.

Nannigalaxy commented 3 years ago

You can edit existing annotations by opening the annotations folder through Change Save Dir.

christian-cahig commented 3 years ago

https://github.com/tzutalin/labelImg/issues/639#issuecomment-700672557

natasasdj commented 3 years ago

I did "chmod 777" on my images and Pascal/VOC xml files, as well as on the folder were they are. And it worked. sudo did not work for me.

Jelly123456 commented 3 years ago

You can edit existing annotations by opening the annotations folder through Change Save Dir.

Awesome solution.

Changowen commented 1 year ago

remember putting the classes.txt file in the same folder, it solves my problem.