Syn-McJ / TFClassify-Unity

An example of using Tensorflow with Unity for image classification and object detection.
MIT License
167 stars 47 forks source link

How to export or convert graph.pb to use with Unity #4

Closed HappyModeOn closed 6 years ago

HappyModeOn commented 6 years ago

I looking for the way to export or convert graph.pb that I made a from outside unity to use in Unity as .bytes like you use in you project

sorry this is not your project issue but I think maybe you can light me out?

Syn-McJ commented 6 years ago

The way I export .pb graphs into Unity as .bytes is simply by renaming the file extension from .pb to .bytes. The code using this model will just read the file as byte array.

HappyModeOn commented 6 years ago

I try it and it freeze maybe I will try it again anyway thanks for replied

Syn-McJ commented 6 years ago

Ok, if that answers your question, I'll close this issue then.