ZhengZerong / PaMIR

Implementation of "PaMIR: Parametric Model-Conditioned Implicit Representation for Image-based Human Reconstruction"
193 stars 26 forks source link

Dataset generation error #22

Open tigfi2 opened 9 months ago

tigfi2 commented 9 months ago

Thanks a lot for your amazing work! Following the steps to generate the dataset I get an error when running command python main_render_images.py :

FileNotFoundError: [Errno 2] No such file or directory: '../dataset_example/mesh_data/./rp_dennis_posed_004/bounce/prt_data.mat'

It seems like the previous steps are not correctly executed like in this issue or that the downloaded data from RenderPeople is not the expected. The downloaded data was copied to folder dataset_example/mesh_data/.

I recreated all necessary steps for installation and the demo and everythong is working as expected.

Thanks in advance!

Cao-Cong0 commented 6 months ago

I get the same error. Did you solve it?