We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f57f9f commit d76134fCopy full SHA for d76134f
utils/gen_images_and_labels_4_zoo.py
@@ -231,7 +231,7 @@ def make_jpegs():
231
outdirec = os.path.normpath(direc + os.sep+'images')
232
move_files(imfiles, outdirec)
233
234
- ovfiles = glob(direc+'/*.png')
+ ovfiles = glob(direc+'/*_overlay.png')
235
outdirec = os.path.normpath(direc + os.sep+'overlays')
236
move_files(ovfiles, outdirec)
237
0 commit comments