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

Why dont you add a simple bat file for windows to go through all files in folder ? #14

Open
2blackbar opened this issue Sep 21, 2021 · 0 comments

Comments

@2blackbar
Copy link

heres what works for me and converts all files from in folder to out folder with 2048 tex quality :

@echo off
for %%F in (in*.*) do test.py --dataroot in --load_size 2048 --output_dir out/

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