We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmdline state:
run -m model.bin -i test_image000.raw test_image11111.raw test_image22222.raw -o result0 -a 0 -b 0 -c 0 -d 0 -e 0 -f n -g 0 run -m model.bin -i test_image000.raw test_image11111.raw test_image22222.raw -o result0 result1 result2 result3 -a 0 -b 0 -c 0 -d 0 -e 0 -f n -g 0 run -m model.bin -i test_image000.raw test_image11111.raw test_image22222.raw -o result0 -o result1 -o result2 -o result3 -a 0 -b 0 -c 0 -d 0 -e 0 -f n -g 0 run -m model.bin -i test_image000.raw -i test_image11111.raw -i test_image22222.raw -o result -a 0 -b 0 -c 0 -d 0 -e 0 -f n -g 0 run -m model.bin -i test_image000.raw -i test_image11111.raw -i test_image22222.raw -o result -a 0 -b 0 -c 0 -d 0 -e 0 -f n -g 0 run -m model.bin -i test_image000.raw -i test_image11111.raw -i test_image22222.raw -o result0 -o result1 -o result2 -o result3 -a 0 -b 0 -c 0 -d 0 -e 0 -f n -g 0
How to handle this kind of situation? By the way, I show multi types of format, Which format is suitable? thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
cmdline state:
How to handle this kind of situation?
By the way, I show multi types of format, Which format is suitable? thanks!
The text was updated successfully, but these errors were encountered: