labelImg icon indicating copy to clipboard operation
labelImg copied to clipboard

How to check Already labelled images again?

Open rupeshchandgude opened this issue 5 years ago • 14 comments

  • OS: Ubuntu I have install labelimg using pip. I have labelled all image successfully in yolo format and train my model using those labels. Now I just want to see bounding box of earlier annotated images to see the comparison of ground truth and prediction done by model. Is there any way by which I can load image file as well as it's annotation text file so that I can see bounding box on that image?

rupeshchandgude avatar Nov 01 '19 13:11 rupeshchandgude

Did you solve the question?

eb642w avatar Nov 12 '19 14:11 eb642w

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 ?

Tanmay-Kulkarni101 avatar Nov 15 '19 16:11 Tanmay-Kulkarni101

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

rupeshchandgude avatar Nov 18 '19 10:11 rupeshchandgude

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

rupeshchandgude avatar Nov 18 '19 10:11 rupeshchandgude

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

vadzimyatskevich avatar Nov 19 '19 18:11 vadzimyatskevich

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

vadzimyatskevich avatar Nov 19 '19 18:11 vadzimyatskevich

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!

veer5551 avatar Jun 17 '20 10:06 veer5551

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

hdnh2006 avatar Jul 20 '20 11:07 hdnh2006

@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.

Arunkumar0258 avatar Feb 01 '21 14:02 Arunkumar0258

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

Nannigalaxy avatar Apr 13 '21 09:04 Nannigalaxy

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

christian-cahig avatar May 02 '21 23:05 christian-cahig

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.

natasasdj avatar Sep 21 '21 20:09 natasasdj

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

Awesome solution.

Jelly123456 avatar Oct 06 '21 08:10 Jelly123456

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

Changowen avatar Apr 03 '23 04:04 Changowen