-
Notifications
You must be signed in to change notification settings - Fork 20
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
When release the doc of Data Preparation #1
Comments
This week, I will release the main branch for application purposes. Then I will start to write docs and give examples to use this codebase for the customized multi-concept generation. |
Hello,I expect to reproduce and reuse the surprising work.When the docs and examples will be released? |
Sorry, I am in my vocation leave and will update after I am back. |
Hi, any updates on this? :D |
Hi you can see the link to the dataset sample (google drive link) that they provided in the README and just follow the same dir. structure and you can do captioning using Kohya repo. |
any update on data preprocessing? after debugging, I figure out so far that I need to resize all input photos and masks to 512, 288 shape and convert them to png formats for both masks and photos. after that, training started but I am stuck now in the following error
please update. More to that:
|
Hi, recently I was busy on another projects. The instance transform automatically crops the human image, but it requires the short edge of your input image > 512. You may have another try to resize all your input images. The data processing in sd-scripts means the tag process instead of image pre-processing. We feed image into sd-webui to get caption. |
Thank you @guyuchao for your support. I have changed my code to resize the input image while keeping the aspect ratio, so the shorter edge will be 550 (larger than 512). I produce masks that has the same resized dimension using yolo8m. The sizes of my images are:
but I am ending up with the same error message as I write above...
let me know if you need any more details to check this issue? |
@guyuchao any update on this error? |
I finally has found out the solution for above error. for anyone interested, the photos captions must include new concept tokens . |
Thanks for the wonderful job!
I want to known when release the doc of Data Preparation.
Thanks very much!
The text was updated successfully, but these errors were encountered: