Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

example for UE 4.25 #60

Open
AldemarMl opened this issue Nov 4, 2020 · 1 comment
Open

example for UE 4.25 #60

AldemarMl opened this issue Nov 4, 2020 · 1 comment

Comments

@AldemarMl
Copy link

AldemarMl commented Nov 4, 2020

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 or increase the description steps in the documentation?

@getnamo
Copy link
Owner

getnamo commented Nov 4, 2020

For 4.25 you should use this build: https://github.com/getnamo/tensorflow-ue4/releases/tag/1.0.0alpha2

The structure has changed. It now expects a remote (or locally embedded) python environment which runs: https://github.com/getnamo/ml-remote-server/blob/master/README.md, see https://github.com/getnamo/ml-remote-server/blob/master/README.md#quick-setup for instructions on how to set that up, then using the new Tensorflow Component the rest should work as before with minor API changes.

I do need to update the documentation to emphasize this difference for 4.25+, it's currently a bit confusing. A second part is that I need to add an auto-run script for a locally embedded python setup so that it works without additional setup like earlier versions. It's the reason the 4.25 release is marked as alpha for the moment. These enhancements may take a bit of time due to schedule constraints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants