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.78k stars 342 forks source link

Data Generation error #166

Open hjpark83 opened 4 days ago

hjpark83 commented 4 days ago

Hello there,

I want to run the PIFU code in from scratch. For this, I was generating training data by entering the command of the data generation part you explained in README, and an error message like the below image is printed.

image

The capacity of the RAM is 128GB and GPU is RTX3090, so I think it's enough for generating dataset, but it isn't. Could you tell me how much RAM I need? And I wonder is there any problem with code or my preprocessing preparation.

How can I train PIFu?