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

Suggestion: Multiple separate iteration values and different tiled outputs #4

Open
ProGamerGov opened this issue Oct 24, 2016 · 4 comments

Comments

@ProGamerGov
Copy link
Contributor

The number of iterations used for the upres tiling should be an independent value of the original output's number of iterations. In practice I have found that high iteration counts work well for the original output, while a lower iteration counts work well for the upres tiling. It would be ideal to divide the tiling into 4 separate folders, for iteration 50, 150, 250, and 500 (or whatever values you want). Each of these folders should be used to create their own tiled image output. I find this works best to choose between multiple outputs, because of the unpredictability caused by upres. This is how I normally do things manually, and it doesn't cost extra time or resources due to the fact these iterations are done anyway while the neural network works towards your iteration value.

@0000sir
Copy link
Owner

0000sir commented Nov 4, 2016

That worth a shot

@ProGamerGov
Copy link
Contributor Author

ProGamerGov commented Nov 21, 2016

@0000sir If you see the provided output, you can see the different tiles are extremely visible. With a lower iteration count, this issue could be lessened, or even non-existent. I went for 250 iterations on each tile, but your script only saves the final output current. The work for iteration 50, 100, 150, 200, etc... was done either way, and when I did what the script does manually, I saved these other iterations along the way in case the tiles diverged too much by my target iteration count.

I am not sure how to properly make the script work with the -save_iter command, but this is something that would allow for dealing with poor U-press iteration choices.

@ProGamerGov
Copy link
Contributor Author

So, by adding the -save_iter iter_value command to the command you paste into the script, you can produce final outputs with different iteration values. Though you need to remove iteration number from the tiles which have an iteration number in their name, so that the script recognizes them as the tiles you want to piece together.

@0000sir
Copy link
Owner

0000sir commented Dec 13, 2016

save different iter_value results to different directory should be a easier way.

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

2 participants