diff --git a/labelImg.py b/labelImg.py index 261e1c14..91d2f8a7 100755 --- a/labelImg.py +++ b/labelImg.py @@ -768,7 +768,7 @@ class MainWindow(QMainWindow, WindowMixin): # Can add differrent annotation formats here try: if self.usingPascalVocFormat is True: - annotationFilePath += XML_EXT + # annotationFilePath += XML_EXT print ('Img: ' + self.filePath + ' -> Its xml: ' + annotationFilePath) self.labelFile.savePascalVocFormat(annotationFilePath, shapes, self.filePath, self.imageData, self.lineColor.getRgb(), self.fillColor.getRgb())