TF-Unity icon indicating copy to clipboard operation
TF-Unity copied to clipboard

Detector is always null

Open Lisiii opened this issue 6 years ago • 1 comments

Hi! I have the following code: detector = new Detector(model, label, DetectionModels.YOLO);

My model and label file are the right one. I debugged it and it writes the labels and bytes correctly, but my detector is always null. Can anyone help me with this?

Thanks a lot in advance!

Lisiii avatar Jun 17 '19 14:06 Lisiii

Hi,

Is detector declared as a global variable?

Thanks, Qian

shaqian avatar Jun 23 '19 14:06 shaqian