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

sh ./scripts/test.sh error #154

Open RyanG41 opened 1 year ago

RyanG41 commented 1 year ago

Either in Colab or local enviroment the erorr shows up anyway. Please let me know how to fix this. Thanks a lot.

sh ./scripts/test.sh `+ GPU_ID=0

aashutoshpy commented 1 year ago

Had the same issue, fixed by downgrading scikit-image to 0.18.3 (python3.9)

River-Zhang commented 10 months ago

change measure.marching_cubes_lewiner to measure.marching_cubes would work for me, you can try this