ziyc / drivestudio

A 3DGS framework for omni urban scene reconstruction and simulation.
https://ziyc.github.io/omnire/
MIT License
437 stars 29 forks source link

Issue with smplx env dependency #3

Closed fgz-ai closed 1 week ago

fgz-ai commented 2 weeks ago

Thank you for sharing your excellent work!

It appears that the provided smpl.pkl files for NuScenes (v1.0-mini split) are not compatible with data_struct.

Have you tested the code with the provided human pose data for NuScenes, or am I missing something?

ziyc commented 2 weeks ago

Hi @fgz-ai , I modified the issue title a bit since its not related to the pre-processed smpl files, but result from the env packages version mismatching, for which I've updated the env dependencies, I've tested it and it's bug-free now.

MatteoMarengo commented 1 week ago

@fgz-ai did you manage to solve the issue ? Did you reinstall the env ? Was your error : drivestudio/third_party/smplx/smplx/body_models.py", line 155, in init assert osp.exists(smpl_path), "Path {} does not exist!".format(smpl_path) AssertionError: Path smpl_models/SMPL_NEUTRAL.pkl does not exist!

? Thank you

fgz-ai commented 1 week ago

@MatteoMarengo, It has been explained in Prerequisites You may find .pkl files here.