point_based_clothing icon indicating copy to clipboard operation
point_based_clothing copied to clipboard

Official PyTorch code for the paper: "Point-Based Modeling of Human Clothing" (ICCV 2021)

Results 6 point_based_clothing issues
Sort by recently updated
recently updated
newest added

Hello sir, I am a student who is studying Point Cloud. Recently discovered papers 《Cloth3d: Clothed 3d humans》Dataset download address resource can not be downloaded successfully, can you provide other...

Hi, can the processed Cloth3D dataset used to train the geometric meta-model be made public?

https://github.com/saic-vul/point_based_clothing/blob/3650fdae2ba9a5ced40f3075a4f0fd995442a64e/src/outfit_code/utils.py#L61 Hi, I found that the above code seems to generate transposed UV coordinates, i.e. the UV coordinates of the first row of the image ([height, width, channel] format) grid...

Hi, Thank you for sharing the great work! Is it possible to replace the rasterize function of nvdiffrast with pytorch3d's in [get_smpl_rast](https://github.com/saic-vul/point_based_clothing/blob/3650fdae2ba9a5ced40f3075a4f0fd995442a64e/src/models/pcd_renderer.py#L195) because my server is CentOS which is not...

Trying to obtain the final point cloud generated during the outfit_coding module. Is there a way to save the 3D point clouds used to generate the output images/videos when running...

Trying to run inference on custom data. However input seems to require additional segmentation data, that doesn't seem to be specified. What preprocessing steps are required?