Closed CT-Yang closed 7 years ago
The problem 1 can be solved by downloading the Linux_v1.2.3.
And the problem 2 maybe have some problems in my computer.Because when I change to another computer and download the Linux_v1.2.3, it not only can open the old version xml files successfully, but also can see the bbox lines.
So I think problem 2 may not be a general problem for most of the users. But I still hope author can provide some clue to find out what will cause that. Tks.=)
Can you share your image and xml?
Although downloading the Linux_v1.2.3 can solve problem1, but it will cause the problem like #84 I summary the way how I deal the current problem:
According the problem in #84 ,we have no choice but to download the newest version (1.3.0).
If the default annotation file set to the file which contains the old version xml file in the previous time, file list will disappear when we open labelImg in the next time. So if we meet this problem, we set the default annotation file to the file that doesn't contain the old version xml file, then close the program. And turn on again, the problem will be solved.
Hope this clue will help u(author) to fix such problem & update the newer version to deal these problem.
And I think the problem that the bbox line disappear have nothing to do with the image and xml file. In my previous computer,I had tried the images in the "tests" file, and still have this problem. If I misunderstand the reason for ur request, just ignore it.=)
The reason that v1.3.0 can't read the old version xml file is just because the "diffucult" term in the xml file. In the new xml file is "Difficult" but in old xml file is "difficult". That's the reason. This is the updated version code:
Thanks. I will check and merge it after I am done with my current work
Merge and fix it on https://github.com/tzutalin/labelImg/commit/a7e3a32385f7a458c667af17d20b650cfb9fa73f Thanks again
Dear Author:
I have used this tool for almost one month. It works well until 2 days ago.
I meet 2 questions as I mention below:
This function is important for me. Because when there are many images in this file, I can directly click the image I want to label instead of clicking "next image" so many times. And the most important reason is, when I move to another directory, the annotation box will remain the same with the last image I labeled. Only if I click the desired image in the filelist , I can reload the corresponding annotation box for the new desired image.That's why I need this function.
when the problem happen, it shows following messages:
It's also important because when there are so many object in the image, sometimes it's hard for me to recognize which object I still not label yet.
Hope you can fix these problems, thanks a lot!