Skip to content

mbotsch/GarmentMeasurements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Garment Measurements

Implementation for the shape sampling and measurement part of the paper Korosteleva, Kesdogan, Kemper, Wenninger, Koller, Zhang, Botsch, Sorkine-Hornung "GarmentCodeData: A Dataset of 3D Made-to-Measure Garments With Sewing Patterns".

Getting Started

Clone this repository:

git clone https://github.com/mbotsch/GarmentMeasurements.git

Compile this project:

cd GarmentMeasurements
cmake -S . -B build
cmake --build build
cd build

Dependencies

Install Dependencies

Linux

Before running CMake, download and extract the FBX SDK into the directory external/fbxsdk.

MacOS

Install cgal using homebrew.

brew install cgal

Sample Shapes

./generate_shapes

Change PCA parameters as desired and save the skinned mesh. The mesh is saved in the current work directory as output.obj.

Perform Measurements

./measurement output.obj measurements.yml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published