MatthewHallberg / TensorFlowUnity-ObjectDetection

69 stars 37 forks source link

crash issue #2

Open jaydipsinh0738 opened 5 years ago

jaydipsinh0738 commented 5 years ago

i have create apk and install into the android phone after some time or at the time of detection app is crash.

Rocktome commented 5 years ago

There is "new Texture2D" in the program and the memory is not free. You need to release it.It will take up memory and make memory explode.