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

Can anyone give pointers about training PIFu on the Shapenet dataset? #162

Open fariduri opened 5 months ago

fariduri commented 5 months ago

I want to train the model to recreate 3D car objects by training it with the Shapenetcore dataset. For starters, I know that I have to convert the the meshes to watertight meshes. I tried using ManiFoldPlus but it messes up the UV maps. Is there a way to fix them automatically or do I have to go in and fix it manually one by one using blender? Are there better solutions?

Also how do I configure the training to work optimally and be stable on lower grade hardware? My set up has a Ryzen 5 5600g 16GB of RAM and an RTX 2060 Super.

Thanks!