Jérôme BUISINE преди 3 години
родител
ревизия
cbf0d1facd
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      run/extract_specific_png.py

+ 1 - 1
run/extract_specific_png.py

@@ -35,7 +35,7 @@ def main():
         # replace expected Samples value
         img_data = img.split('-')
         img_data[-2] = "S" + p_samples
-        img_data[-1] = output_index
+        img_data[-1] = output_index + ".png"
 
         output_path = '-'.join(img_data)