Commit Graph
5 Commits
Author SHA1 Message Date
Jiye Qian c0176f2f9f Load classes before creating label dialog
The "editLabel()" may not pop predefined classes without preloaded "labelHist".
2017-09-29 22:43:07 +08:00
Jiye Qian a1decb8e24 Enhance compatibility
Adding the path to '.settings.pkl' file, this is especailly useful for MacOS. Then we can put '.settings.pkl' into 'MacOS' folder within 'labelImg.app'. The App will crash without path setting, as soon as we close the App in MacOS.
2017-08-14 02:29:26 +08:00
Jiye Qian 6222214ff3 Prevent the crash caused by illegal XML 2017-08-13 19:50:50 +08:00
Jiye Qian 6859657c36 Enhance compatibility
Adding the path to 'data' folder, this is especailly useful for Mac OSX.
Then we can put the 'data' folder into 'MacOS' folder within 'labelImg.app'.
2017-08-05 15:38:37 +08:00
Jiye Qian a878ab83b7 Fix filename bug
If the file name contains ".", it will go wrong.  e.g. hello.world.jpg --> hello.xml
2017-07-26 01:53:49 +08:00