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.75k stars 343 forks source link

Problem encountered when Data Generation #129

Open CCJetWing opened 2 years ago

CCJetWing commented 2 years ago

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?

hani1994a commented 2 years ago

I have the same problem. any solution?

BhaumikThakkar commented 1 year ago

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