Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMPL smooth and smpl_rendering.blend #159

Open
SKY-66 opened this issue Sep 10, 2024 · 3 comments
Open

SMPL smooth and smpl_rendering.blend #159

SKY-66 opened this issue Sep 10, 2024 · 3 comments

Comments

@SKY-66
Copy link

SKY-66 commented Sep 10, 2024

ModuleNotFoundError: No module named 'numpy._core'
unknown argument, loading as file: --smpls_group_path
Error: Cannot read file "/opt/data/sl/cv/champ/--smpls_group_path": No such file or directory

@SKY-66 SKY-66 changed the title SMPL smooth and SMPL smooth and smpl_rendering.blend Sep 10, 2024
@yhd-ai
Copy link

yhd-ai commented Sep 28, 2024

same problem

@yhd-ai
Copy link

yhd-ai commented Sep 28, 2024

It seems the numpy version in blender is not consistent with the version in 4D-humans conda environment. I follow this script to reinstall the Numpy.

import sys
import subprocess


blender_python_executable = sys.executable


install_command = [blender_python_executable, "-m", "pip", "install", "numpy==2.1.1"]


subprocess.check_call(install_command)

And run blender --background --python blender_install.py in terminal
It works for me

@yhd-ai
Copy link

yhd-ai commented Sep 28, 2024

It seems the numpy version in blender is not consistent with the version in 4D-humans conda environment. I follow this script to reinstall the Numpy.

import sys
import subprocess


blender_python_executable = sys.executable


install_command = [blender_python_executable, "-m", "pip", "install", "numpy==2.1.1"]


subprocess.check_call(install_command)

And run blender --background --python blender_install.py in terminal It works for me

The code and idea is from #41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants