TensorFlow-Unreal
TensorFlow-Unreal copied to clipboard
TensorFlow plugin for the Unreal Engine.
I'm using TensorFlow-UE5.0-v1.3.0beta.7z, but it can't be installed. After I successfully install the corresponding package by running InstallRequirements.bat in Plugins\ machinelearningRemote-Unreal \Server\ml-remote-server folder, Tensorflow is still not available in UE5,...
When running remote server using the latest release (default requirements installed only), I run into this error when sending inputs. Here's the full error message: Task exception was never retrieved...
Hello, Encountering a "The following modules are missing or built with a different engine version. Would you like to rebuild them now?" error that is show in the attached screenshot....
Hey! Thank you for your plugin. I'm trying to use it to bind ue4 and vosk speech recognition. But now I'm stuck on the transmission of audio stream from tfaudiocapture...
I am trying to create a simple project using the plugin for version 4.25. I copied the entire "Plugins" folder to the root folder of my project. Then in the...
Hey there, I'm currently facing the problem that I want to get the embedded server version running on my machine using Unreal 4.25 but when running the component, it can't...
Hi, I just started using this plugin for one of my project but I'm having difficulty in what's going wrong with my setup. I'm currently using UE 4.23 and have...
So I've built the project using a c++ project and have been using this plugin alongside the LeapMotion Plugin for UE4, both of which for UE4.23. I'm sending the frame...
I pasted the Plugin folder in the existing project in UE 4.25, but I did't work, apparently didn't install the packages by pip, can you provide a UE 4.25 implementation...
After a lot of searching over the Internet I've found solution for capturing audio input (from the mic, I hope) in TFAudioCapture Component. So I made BPs like it was...