Is bottoms or dresses not 100% implemented yet ?
I tried bottoms today by enabling the string in the python masking code, and on my tests the generation of bottoms was affected by the original color of whatever was the user wearing, sometimes getting full black
are you talking about the textual input that's already seen in the demo? or did you adjust one of the scripts to achieve the lower-body garments troy-on?
The textual input is for prompting, what I used was the category == 'lower_body' that is present in the utils_mask.py file : https://github.com/yisol/IDM-VTON/blob/main/gradio_demo/utils_mask.py
i see, i just tested with the lower_garment string and it does not work as well as upper garments at all. The lower garment's shape, texture, and sometimes color get distorted even in very simple examples.
@theguaz you are right i just tested
In the file utils_mask.py, I found that the author didn't do anything targeted to the "lower-body" when create the mask
I tried bottoms today by enabling the string in the python masking code, and on my tests, the generation of bottoms was affected by the original color of whatever the user wearing, sometimes getting full black
Can you tell me once how to check that one if it is possible to you?
So we couldn't do any progress on this guys?