facebookresearch / pifuhd

High-Resolution 3D Human Digitization from A Single Image.
Other
9.54k stars 1.45k forks source link

OBJ File #206

Open OsamaM0 opened 9 months ago

OsamaM0 commented 9 months ago

The model doesn't give me an obj file as output instead it give me a png file with depth

OsamaM0 commented 9 months ago

I found the solution in file /content/pifuhd/lib/sdf.py in line 93 and 95 instead of using np.bool use bool it worked for me