POP icon indicating copy to clipboard operation
POP copied to clipboard

Official implementation of the ICCV 2021 paper: "The Power of Points for Modeling Humans in Clothing".

Results 12 POP issues
Sort by recently updated
recently updated
newest added

Hi, thank you for sharing the code. I noticed a "no distribution" term in your license. I wonder whether I can open source my own code which is partly based...

What neural network do you use for this job?

I found that not all faces are included in this file, is this right?

Hi, how to inference on custom data? like a single static scan. Need it be fitted to a spml-x model? If I want to animate this scan, how to get...

Hi, great work for human modeling, and I wonder to know what's mean of vtransf, I just found that: "a numpy array of shape (N_vert, 3, 3): the local-to-global transformation...

Thanks for sharing the code of the wonderful work! I had tried to test the code with pre-trained weight for ReSynthedata provided in the link in Readme. With the default...

This file stores the name of the model and the name of the folder to be guessed. In my understanding, the things stored in this file should be modifiable But...

python main.py --config configs/config_demo.yaml --mode test ,出现 RPly: Unable to open file Read PLY failed: unable to open file: /mnt/data2/cv610/anaconda3/envs/SCALEcode/POP/lib/../data/resynth/scans/rp_beatrice_posed_005/96_longshort_flying_eagle/00020_ ------Step 1: Optimizing w.r.t. UNSEEN scan with full_gt Traceback (most...

hello when I run `python main.py --config configs/config_demo.yaml --mode test`the following error will occur. ![image](https://user-images.githubusercontent.com/60027728/142875631-a1f3dca0-ca65-4204-b5c5-149aba4e4f90.png) I tried to download this package through pip install, but the package was not found....

I found the number of points is 10475, same as SMPLX, and I want to get a mesh from the pointcloud data. I use the face index from "https://github.com/vchoutas/smplx#example", but...