yhw-yhw / MIME

This is the official code for MIME: Human-Aware 3D Scene Generation (CVPR2023)
89 stars 6 forks source link

preprocessing fails #4

Open EarlyBird27 opened 1 year ago

EarlyBird27 commented 1 year ago

Hi,

I tried to run the preprocess pipeline, but for all three preprocessing steps (Add Static Humans, Put AMASS Walking Motions, Add Interactive Poses) I get the following error:

-> logging.getLogger("trimesh").setLevel(logging.ERROR) (Pdb)

Any advice what I can do about this?

running it on ubuntu 18

Thanks

yhw-yhw commented 1 year ago

Is this an error? Or just run till the pdb breakpoint. You can try to comment every pdb.set_trace() breakpoint lines or put "import pdb;pdb.set_trace=lambda:None" at the beginning of the python file.