Closed INF800 closed 1 month ago
Hi,
Currently generate.py for multires works for single image input.
generate.py
Can we use subprocess module for batch processing? Or should we use multi-threading ?
subprocess
You can use whatever you want to call the generate.py script for each image, e.g., a shell script, a Python script, etc. It's entirely up to you how you want to batch process your images.
Hi,
Currently
generate.py
for multires works for single image input.Can we use
subprocess
module for batch processing? Or should we use multi-threading ?