shunsukesaito / PIFu

This repository contains the code for the paper "PIFu: Pixel-Aligned Implicit Function for High-Resolution Clothed Human Digitization"
https://shunsukesaito.github.io/PIFu/
Other
1.76k stars 341 forks source link

How to process Buff dataset? #63

Closed tau-yihouxiang closed 4 years ago

tau-yihouxiang commented 4 years ago

I am struggling with processing the .ply format data on Buff dataset. I don't know how to convert .ply file to .obj file with texture images. Could you share some clue? Thank you in advance!

tau-yihouxiang commented 4 years ago

Could you help me to solve the problem? @shunsukesaito

shunsukesaito commented 4 years ago

You don't need to convert ply files into texture images. Instead, you can modify the rendering code to load color from vertices as BUFF data has color per vertex.