https://github.com/minar09/clothing-matching
A repository of tools implemented for 2D clothing matching and alignment for 3D clothing reconstruction and virtual try-on.
https://github.com/minar09/clothing-matching
2d-matching alignment boundary-matching clothing masking matching texture-alignment
Last synced: 4 months ago
JSON representation
A repository of tools implemented for 2D clothing matching and alignment for 3D clothing reconstruction and virtual try-on.
- Host: GitHub
- URL: https://github.com/minar09/clothing-matching
- Owner: minar09
- License: mit
- Created: 2021-01-09T04:00:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-17T12:55:56.000Z (over 4 years ago)
- Last Synced: 2025-04-11T11:01:07.358Z (6 months ago)
- Topics: 2d-matching, alignment, boundary-matching, clothing, masking, matching, texture-alignment
- Language: Python
- Homepage: https://minar09.github.io/clothvton/
- Size: 78.1 KB
- Stars: 19
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clothing Matching & Alignment (2D)
A repository of tools implemented at SeoulTech Multimedia Computing Laboratory (EMCOM Lab, SeoulTech) for 2D clothing matching and alignment for 3D clothing reconstruction and virtual try-on.## 1) Clothing texture alignment (Boundary extrapolation and matching)
1.1) Texture alignment using TPS transformation
1.2) Texture alignment using dilation operation
Details: https://github.com/minar09/Clothing-Matching/blob/main/1.Clothing-Texture-Alignment/README.md
## 2) Interactive clothing to body alignment (Manual 2D matching)
Iteratively matching/aligning a clothing image to a standard human body by positioning the selected vertices manually.
Details: https://github.com/minar09/Clothing-Matching/blob/main/2.Interactive-Clothing-to-Body-Alignment/README.md
## 3) Clothing masking (Generating binary segmentation/silhouette)
3.1) Masking with GrabCut using priors
3.2) Masking with binary thresholding
Details: https://github.com/minar09/Clothing-Matching/blob/main/3.Clothing-Masking/README.md