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

prt file problem #99

Open YHaooo-4508 opened 3 years ago

YHaooo-4508 commented 3 years ago

Under your guidance, I successfully ran the code without errors. But I encountered some problems when I ran prt_util.py to generate prt file.

Here's problem: when I ran the 'prt_util.py' file, I found that the code seems to be stuck and almost did not continue to run forward as shown in the figure below。 image when i debugged it ,I found it seems to be stuck in an endless loop in image

I have installed trimesh and pyembree many times but the result is still like this. I don’t know if it’s because I run this code on the Windows system that caused this problem(you wrote"Data Generation (Linux Only)") If so, am I unable to run the training code on the Windows system?

I would be very grateful if you can take the time to solve my problems

xiayeqingfeng commented 3 years ago

I met the same problem at the beginning and solve it by reinstalling trimesh with conda.

First install deps: conda install -c conda-forge scikit-image shapely rtree pyembree then pip install trimesh[all]

if the second step fails, try pip install trimesh[easy]

Hope is helps.

z-z-zhao commented 1 year ago

I used your method, but it didn't work.

ecustzjh commented 1 year ago

I used your method, but it didn't work.

have you solved this problem?

sahilshukla3003 commented 4 months ago

have anyone solve this issue getting same problem , the process is getting killed after running for long time Screenshot from 2024-06-03 16-01-43