shunsukesaito / PIFu

This repository contains the code for the paper "PIFu: Pixel-Aligned Implicit Function for High-Resolution Clothed Human Digitization"

Home Page:https://shunsukesaito.github.io/PIFu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem encountered when Data Generation

CCJetWing opened this issue · comments

I am trying to train PIFu according to the steps but I have problem when I try to generate the data set.
I ran the line:
python -m apps.prt_util -i {path_to_rp_dennis_posed_004_OBJ}

but I got:
rtree.exceptions.RTreeError: LASError in "Index_Intersects_id": bad allocation

How can I solve this problem?

I have the same problem. any solution?

hello people, python -m apps.prt_util -i {path_to_rp_dennis_posed_004_OBJ} add -n 1 in this line because it works for me