minar09/Clothing-Matching ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Python project for clothing matching and alignment for virtual try on and 3D clothing reconstruction.
I want three parts in one repo. First, a tool that can align a clothing texture by matching boundaries, with one option that uses TPS based warping and another that uses dilation based filling. Second, an interactive tool where I can manually line up a clothing image with a standard human body by moving selected points until it fits. Third, a masking tool that can turn a clothing image into a clean binary silhouette, with one mode that uses GrabCut style segmentation with simple priors and another that uses thresholding.
Please make it easy to run on sample images and include clear instructions for how to use each part. If you need to check any current library docs online, go ahead. Keep the code organized and make the outputs easy to preview so I can test the alignment and masks quickly.
Are you gonna build this?
make sure you review the code using coderabbit