gulvarol / surreal

Learning from Synthetic Humans, CVPR 2017
http://www.di.ens.fr/willow/research/surreal
Other
588 stars 106 forks source link

Scipy in Blender #53

Closed daehoumich closed 3 years ago

daehoumich commented 3 years ago

Hello Gul

First of all, I would love to thank you for your great work. I am Civil engineer and exploring how to use ur SURREAL data for my vision data augmentation.

I am using Blender 2.79a as you did but couldn't address the scipy installation in the bundle python of Blender. So as you guided, I created a new conda environment with Python 3.5 and install scipy. I tried to add this new site-package to the PYTHONPATH though, I failed...

I am very noob in this area and totally have no idea on Linux coding...If you may, could take a look at the below part and advise me how I can modify it?

BUNDLED_PYTHON=${BLENDER_PATH}/2.78/python

SCIPY_PYTHON=/home/anaconda2/envs/Blender/lib/python3.5/site-packages (This is the new environment where I installed Scipy)

export PYTHONPATH=${BUNDLED_PYTHON}/lib/python3.5:${BUNDLED_PYTHON}/lib/python3.5/site-packages export PYTHONPATH=${BUNDLED_PYTHON}:${PYTHONPATH}

Thank you so much for your help.

Best, Daeho