-
Notifications
You must be signed in to change notification settings - Fork 536
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
Suggestions to improve usability of generator #10
Comments
Sound like great ideas! I'm currently working on percentage based inputs since that is where most people have issues. I will check on the other ideas ones I'm completed with them, if you want you can fork it and create a pull request ones you are done! |
Would absolutely love to be able to use the file name as the setName |
yeahhh good good !
|
Bro I would really find this useful have you gotten around to completing it? |
Guys whenever I run it it throws an error at the end of the process: Error: Couldn't load image Anyone has any idea how it can be fixed? Much appreciated |
Sorry solved it, it was just the count of traits, the totals of each trait group didn't match |
|
Some traits are must have, some are should have which have lesser than must ones. Now collection is generated based on the lesser. The (3) will resolve such problem. |
Hey, love the project. I've got a few suggestions, let me know what you think.
Create a sample
config.json
which contains default values, all set tonull
. This allows a user of the package to set config values before executing the program. After running the generator, anynull
or unset config values are populated when the--save-dev
flag is set.Update the
setNames
method to use the filename as name for each file, instead of requiring the user to input a name for each file. For example:For example:
What percentages of ' + names[file] + ' ' + trait + ' should there be?'
. To which the user would input5
as in5%
.Followed by
What is the total number of images that should be generated?
. To which the user would input1000
(sum).Using these values, you would be able to determine the number of images containing each trait as a percentage of the sum provided by the user.
Cheers!
The text was updated successfully, but these errors were encountered: