-
Notifications
You must be signed in to change notification settings - Fork 261
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 properly train it? #84
Comments
Hi.
Also, I think Default deepdanbooru training settings skips images which has |
hello how do you saved the evaluation to sqlite? I already follow the README and run the following command: but the sqlite row still 0 I already try to change change the database_path here is my database structure
|
@Asmedeus998 |
Hey folks, so this looks absolutely promising for helping me automate a massive collection. I plan to use it just for optional tags from my database only. However, I'm a complete novice with only a limited amount of programming knowledge.
1. Am I doing the image structure correct?
I'm confused on the example listed on the wiki. In the example, I wanted to have it identify whether or not someone has a shirt or hat. Would this be the accurate way on how to do it?
2. How do I set it to label whether or not it has something?
This is probably the biggest area of confusion for me. I know if I want it to match that image, I would just have the MD5 and tag_string set to the intended tag. How exactly do I train it to not match it to that tag? (For example, correctly identify image doesn't contain a shirt at all)
I'm assuming that you can simply add more than one tag to it (For example: RedShirt BlueShirt) as long as you specify the
tag_count_general
, right?Would every single image need to have it's MD5 go into that my-dataset.sqlite?
I'm terribly sorry if this is worded weirdly. I'm just confused. (If someone has an example project folder, I might be able to understand it more)
Thank you
The text was updated successfully, but these errors were encountered: