diff --git a/libs/labelFile.py b/libs/labelFile.py index 509ab9d6..c3d581f9 100644 --- a/libs/labelFile.py +++ b/libs/labelFile.py @@ -33,7 +33,6 @@ class LabelFile(object): imgFolderPath = os.path.dirname(imagePath) imgFolderName = os.path.split(imgFolderPath)[-1] imgFileName = os.path.basename(imagePath) - print imgFileName #imgFileNameWithoutExt = os.path.splitext(imgFileName)[0] # Read from file path because self.imageData might be empty if saving to # Pascal format