getnamo / TensorFlow-Unreal

TensorFlow plugin for the Unreal Engine.
Other
1.15k stars 211 forks source link

Why Plugins cannot be automatically installed in UE5 after being copied to the corresponding location? #68

Open Hrforeverqqqqqq opened 1 year ago

Hrforeverqqqqqq commented 1 year ago

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, why?

getnamo commented 1 year ago

make sure you update requirements to include your version of tensorflow (https://github.com/getnamo/ml-remote-server/blob/master/requirements.txt)

Hrforeverqqqqqq commented 1 year ago

Thank you very much for your reply. The contents of my Plugins\ machinelearningremote-Unreal \Server\ml-remote-server\ Requirements.txt file are as follows:

Python - socketio = = 4.3.1

Aiohttp = = 3.7.4

Tensorflow = = 2.4.0

I tried other versions of TensorFlow but none of them automatically installed. Open the project log in UE5 after the plug-in is copied to the corresponding location as follows:

LogStall: Startup...

LogStall: Startup complete.

LogLoad: (Engine Initialization) Total time: 8.33 seconds

LogLoad: (Engine Initialization) Total Blueprint Compile time: 0.00 seconds

LogAssetRegistry: Asset Discovery search completed in 5.6681 seconds

LogCollectionManager: Fixed Up redirectors for 0 collections in 0.000002 seconds (updated 0 objects)

LogContentStreaming: Texture pool size now 1000 MB

LogSlate: Took 0.000201 seconds to synchronously ously ously load Lazily loaded font '.. /.. /.. /Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K)

LogSlate: Took 0.000119 seconds to synchronously ously ously load Lazily loaded font '.. /.. /.. /Engine/Content/Editor/Slate/Fonts/FontAwesome.ttf' (139K)

LogSlate: Took 0.000124 seconds to synchronously ously ously load Lazily loaded font '.. /.. /.. /Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K)

LogDerivedDataCache: .. /DerivedDataCache: Maintenance Finished in +00:00:00.200 and deleted 0 file(s) with total size 0 MiB.