Skip to content
New issue

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

How to handle multiple inputs within the same name? #31

Open
linrio opened this issue Aug 30, 2023 · 0 comments
Open

How to handle multiple inputs within the same name? #31

linrio opened this issue Aug 30, 2023 · 0 comments

Comments

@linrio
Copy link

linrio commented Aug 30, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant