- Notifications
You must be signed in to change notification settings - Fork 180
cppflow model loading hangs unity #195
Copy link
Copy link
Open
Labels
inactiveInactive for long period, will be closed soonInactive for long period, will be closed soon
Description
Metadata
Metadata
Assignees
Labels
inactiveInactive for long period, will be closed soonInactive for long period, will be closed soon
Projects
StatusShow more project fields
Inactive
I'm trying to load a tensorflow graph model using cppflow in c++. I am able to load the model when I define the model loading globally in a standalone applicaiton:
But, when I build this to create the dll and call that dll from unity (c#), the whole unity application hangs. Is there another way to do so or am I doing something wrong?