TF-Unity
TF-Unity copied to clipboard
NullReferenceException at Detector.cs:90
I'm getting a NullReferenceException error at Detector.cs:90 when running on Android. There are no other errors before that one. This is line 90:
var input = graph[_inputName][0];