2K2K icon indicating copy to clipboard operation
2K2K copied to clipboard

Official Code and Dataset for "High-fidelity 3D Human Digitization from Single 2K Resolution Images" (CVPR 2023 Highlight)

Results 6 2K2K issues
Sort by recently updated
recently updated
newest added

Hello, Thanks for updating the dataset. I've tried the latest SMPL-X parameters in the [dataset repo](https://github.com/ketiVision/2K2K#data-explanation). I used the following code to create the body mesh ``` body_model = SMPLX(model_path=os.path.join(MODEL_PATH,'smplx'),...

Hi thanks for great work! I want to convert the original ply mesh to obj and texture file, is it possible to provide some solutions? Thanks!

Hello! I am trying to render 2K2K dataset via render.py. But in the process of performing the script, I have the end of the CPU memory, although I have about...

Hi, I retrained the model using the 2K2K dataset and tried and finished stage 1 (30 epochs) and stage 2 (10 epochs) with the same setting illustrated in the paper....

Hi there! Thanks for your excellent work, I‘m wondering how to achieve more geometrically accurate and complete character models through multi view images that have already undergone camera intrinsic and...