-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Improving image generator #45
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #45 +/- ##
=========================================
- Coverage 98.7% 98.7% -0.01%
=========================================
Files 16 16
Lines 463 462 -1
=========================================
- Hits 457 456 -1
Misses 6 6
Continue to review full report at Codecov.
|
Also, this can be run now to speed up benchmark: Useful for testing. With the current seed of
|
0dbb179
to
ec3362d
Compare
Added ability to disable modifiers to ease up testing a variety, and check success rate for certain traits. |
09d3aee
to
01027cd
Compare
Changes options to a promise chain so it can be dynamically created (necessary for creating gradient images first)
Also bettering lightning gradient
b973402
to
b4ec43c
Compare
This adds the missing features discussed in #30.
The rotation and gradient already cause problems for OpenCV preprocessor so it might be a good idea to try to improve the preprocessor already.