shaqian / TF-Unity

54 stars 11 forks source link

Detector is always null #3

Open Lisiii opened 5 years ago

Lisiii commented 5 years ago

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!

shaqian commented 5 years ago

Hi,

Is detector declared as a global variable?

Thanks, Qian