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

problem when i run prt_util #148

Closed z-z-zhao closed 1 year ago

z-z-zhao commented 1 year ago

When I executed prt, the program got stuck and looked at the memory usage and found that there was a lot of it. When I debug, I found that the program is stuck in this step, has anyone encountered it?

uTools_1680871711913 uTools_1680871694308 uTools_1680871677866

z-z-zhao commented 1 year ago

解决了,卸载pyembree和trimesh,然后再重新安装。 步骤:

  1. pip uninstall pyembree
  2. pip uninstall trimesh
  3. pip install pyembree
juanfraherrero commented 8 months ago

Hi, i have the same issue. Trying to run the generating data example.

I tried reinstall dependencys, but no effect.

In collab run for 10 minutes and procees terminated okey but with no result.

In my local, (Linux, 16Gb RAM, No Cuda (as requirements not specify) conda, python3.8, and same dependencys in requirements) pass 30 minutes and nothing, still running in the same line calculating intersections!

Also try to reduce n to 2 or 5 but still nothing.

Do someone know how much time it should take? Cause maybe i have to left the process running all night¿?

Thanks in advance to anyone who answer!