Batch run with .bat #87
Unanswered
trungng2006
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hello! You can run the CLI by downloading the files and running them with Python. Here are instructions on downloading and running the Python code, and then you can run As a basic example, you might have a batch file that looks like: python3 open-mcr/src/main.py /path/to/input_1 /path/to/output_1 --variant 75
python3 open-mcr/src/main.py /path/to/input_2 /path/to/output_2 --variant 75 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank you for sharing this wonderful program.
I want to use open-mcr to grade multiple subject in multiple folders.
Could you please add into the readme how to do batch run with this program?
Thank you so much!
Beta Was this translation helpful? Give feedback.
All reactions