Skip to content

This repository contains official implementation of 3DV'24 paper: CloSe: A 3D Clothing Segmentation Dataset and Model

License

Notifications You must be signed in to change notification settings

anticdimi/CloSe

Repository files navigation

CloSe: A 3D Clothing Segmentation Dataset and Model

Dimitrije AntićGarvita TiwariBatuhan OzcomlekciRiccardo MarinGerard Pons-Moll

3DV 2024

Project Teaser

Paper PDF Project Page

Environment Setup

The code was tested under Ubuntu 22.04, Python 3.9, CUDA 11.6, Pytorch 1.13.0 Use the following command to create a conda environment with all the required dependencies:

git clone --recursive https://github.com/anticdimi/CloSe.git
cd CloSe
conda env create -f env.yml
conda activate close

To build the custom Open3D extension needed to run the CloSeT, see the instructions in docs/CloSeT.md.

Note

If the environment setup fails, please follow instructions on how to install Pytorch3D here, and install PyTorch from here.

CloSe-D Dataset

The steps for downloading the dataset are described in docs/dataset.md.

CloSe-Net Clothing Segmentation Method

The pretrained models can be downloaded from this link in the folder CloSeNet/. After downloading, place the models in the ./pretrained folder.

Inference

After setting up the environment and downloading the pretrained models, you can run the inference on the provided example scans using the following command:

python demo.py --render

And the results will be saved in the ./out folder.

Note

See the prep_scan.py script to see how the data is prepared for inference.

Training

For training CloSeNet model, you can use the following command:

python train_closenet.py cfg/closenet.yaml

See config file for more detail abot the training setup.

CloSe-T Interactive Tool

The steps for installing and using the interactive tool is described in docs/CloSeT.md.

Citation

If you find this work useful, please consider citing:

@inproceedings{antic2024close,
    title = {{CloSe}: A {3D} Clothing Segmentation Dataset and Model},
    author = {Antić, Dimitrije and Tiwari, Garvita and Ozcomlekci, Batuhan  and Marin, Riccardo  and Pons-Moll, Gerard},
    booktitle = {International Conference on 3D Vision (3DV)},
    month = {March},
    year = {2024},
}

About

This repository contains official implementation of 3DV'24 paper: CloSe: A 3D Clothing Segmentation Dataset and Model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages