River-Zhang / SIFU

[CVPR 2024 Highlight] Official repository for paper "SIFU: Side-view Conditioned Implicit Function for Real-world Usable Clothed Human Reconstruction"
https://river-zhang.github.io/SIFU-projectpage/
MIT License
187 stars 8 forks source link

infer error #26

Open WRY0627 opened 3 months ago

WRY0627 commented 3 months ago

Thanks for your great work! When I use the refer code: python -m apps.infer -cfg ./configs/sifu.yaml -gpu 0 -indir ./examples -out_dir ./results -loop_smpl 100 -loop_cloth 200 -hps_type pixie . It showed such error: image and when I use faulthandler, it shows: image Could you help me with this problem? Thanks a lot!

River-Zhang commented 3 months ago

That's strange. I haven't seen this error before. Have you figured out what caused this? By the way, it seems that the sifu.ckpt is not loaded. Only normal ckpt is loaded.