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

ERROR ./scripts/test.sh #157

Open itsCandels opened 10 months ago

itsCandels commented 10 months ago

During testing, the following script error report:

0it [00:00, ?it/s]./sample_images/ryota.png ./sample_images/ryota_mask.png error cannot marching cubes cannot unpack non-iterable int object Can not create marching cubes at this time. 1it [00:08, 8.68s/it]

I download and install the following version to update file:

ライブラリー取得

!pip install torch !pip install torchvision !pip install ‘git+https://github.com/facebookresearch/pytorch3d.git'

but the problem persist. Can Anyone help me?

mancap314 commented 9 months ago

Same here...

River-Zhang commented 7 months ago

change measure.marching_cubes_lewiner to measure.marching_cubes would work

River-Zhang commented 7 months ago

in mesh_util.py