Hello, I am planning to transfer a Keras-based model that is based onTensorflow to the unreal Engine 4.20 game engine using plugins, but I cannot understand how to convert that codes in the body designed for the TensorFlow plugin in unreal Engine4 . Is there a solution? help me
Hello @Ali_Mohammadloo,
Refer to the TensorFlow-Unreal plugin (GitHub - getnamo/TensorFlow-Unreal: TensorFlow plugin for the Unreal Engine.) for guidance on integrating your Keras-based TensorFlow models with Unreal Engine. The repository’s README provides comprehensive instructions and examples for setup and implementation.
Thank you.