When running run_prediction.py, the output files get written to the current working directory. This is inconvenient as potentially a lot of output files are generated, and it may be desirable to run the script in a different working directory to easily reference the input files / model params directory etc.
Happy to submit a PR for this to add a CLI flag that would allow the model output to be written to a specific dir.