getnamo / TensorFlow-Unreal

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

Question on Using Trained Model #69

Open pmbcustodio opened 1 year ago

pmbcustodio commented 1 year ago

If I have a trained model (.h5) from keras. How can I call and use it for prediction using this this plugin?

Or must the initial training be done through Unreal Engine first? Thank you