The script automatically outputs the converted model to the same folder as the input. To change the output folder, where the ONNX models are saved we need to ad --output to the command line.

Command line: python cellpose_to_onnx.py --output_directory [DIRECTOY_TO_SAVE_ONNX_FILES]