An open API service indexing awesome lists of open source software.

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.

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