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

Data Generation #40

Closed alitokur closed 4 years ago

alitokur commented 4 years ago

Hi Sir, When I run the following script, should I get any output? python -m apps.prt_util -i {path_to_rp_dennis_posed_004_OBJ} My first time I got "Killed" My second time I didn't get any error but progress bar remained zero.

issue gpu: gtx1070

Thanks in advance.

shunsukesaito commented 4 years ago

If the code runs properly, you will get ./bounce/bounce0.txt and ./bounce/face.npy under {path_to_rp_dennis_posed_004_OBJ}. If you cannot find these, likely you don't set the folder path properly or don't have pyembree installed.

alitokur commented 4 years ago

Thank you sir, reinstall pyembree fixed the problem.