YoungXIAO13 / PoseFromShape

(BMVC 2019) PyTorch implementation of Paper "Pose from Shape: Deep Pose Estimation for Arbitrary 3D Objects"
http://imagine.enpc.fr/~xiaoy/PoseFromShape/
MIT License
170 stars 34 forks source link

The source of python-blender-2.77-py36_0.tar.bz2 #17

Closed ajuric closed 4 years ago

ajuric commented 4 years ago

Hi,

Could you please share where/how did you get the file python-blender-2.77-py36_0.tar.bz2?

I have tried to install bpy manually by building the blender with bpy target, but have faced some difficulties ...

YoungXIAO13 commented 4 years ago

Hi,

This file actually comes from one of my colleagues.

You can also try this link with the correct python version to implement the blender, which is an updated version to the one I used.

ajuric commented 4 years ago

Thanks! I have searched a lot of stuff on the web, but apparently didn't find that one.

I actually tried to not to use conda, but OK :D

ajuric commented 4 years ago

Do you maybe know was that file built by building the blender with bpy target, or some other methods were used?

YoungXIAO13 commented 4 years ago

Sorry, no idea about the source of this file.

BTW, it's better to install it in conda environment, I also tried pip install but it failed.

ajuric commented 4 years ago

Yes, I also tried installing with pip, but that gives errors ... so I switched to conda.

I just don't understand why making a bpy work is so mysterious :D

Thanks a lot!

mmahdavian commented 4 years ago

@YoungXIAO13 Is it possible for you to provide python blender for python3.7 too?

Thank You

YoungXIAO13 commented 4 years ago

@YoungXIAO13 Is it possible for you to provide python blender for python3.7 too?

Thank You

Sorry, I don't have the install package for that.