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.77k stars 340 forks source link

How to render a mesh to an image #103

Open Gaowz112 opened 3 years ago

Gaowz112 commented 3 years ago

Hi, thanks for your work! As I understand, pifu needs masks because the training data is generated by rendering mesh to pure color background. Now I want to render meshes to images as training data like what pifuHD did. But I didn't find the code where the background is set, is that in render_data.py? Can you tell me what code needs to be modified? Thanks!

jiaxiangshang commented 3 years ago

@AK250 Hello, do you find a convenient way?