20tab / UnrealEnginePython

Embed Python in Unreal Engine 4
MIT License
2.76k stars 751 forks source link

this is great - can I import any libraries #466

Open Guidosalimbeni opened 6 years ago

Guidosalimbeni commented 6 years ago

Hello, this is really great. I am currently using Unity and Unity-ML but I would rather use UnrealEngine. My question is :: can I import any libraries in Python editor (such as OpenCV or TensorFlow or Keras ) or I will face some issues once I need to interact with unreal using your plugin? thank you!!!

rdeioris commented 6 years ago

Ciao Guido, check this europython talk: https://www.youtube.com/watch?v=_38csFR5Hrw

the final part is about face recognition with opencv

related scripts are here: https://github.com/20tab/UnrealEnginePython/tree/master/tutorials/FaceRecognitionWithOpenCVAndUnrealEnginePython_Assets