Explorar el Código

Replace output path as expected

Jérôme BUISINE hace 3 años
padre
commit
0d6e3a26a8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      run/extract_specific_modulo.py

+ 1 - 1
run/extract_specific_modulo.py

@@ -27,7 +27,7 @@ def main():
 
         if (index_img % p_modulo) - 1 == 0:
 
-            output_path = output_path.replace(p_folder, p_output)
+            output_path = img.replace(p_folder, p_output)
             output_folder, _ = os.path.split(output_path)
 
             if not os.path.exists(output_folder):