shunsukesaito/PIFu

problem when i run prt_util

Closed this issue · 2 comments

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

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

  1. pip uninstall pyembree
  2. pip uninstall trimesh
  3. pip install pyembree

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!