Low Accuracy with static image on TFLite demo model

烂漫一生 提交于 2019-12-06 15:32:41

I think the problem is applyFilter() which smooth the probability. Just remove it then the probability should be showed as normal.

String classifyFrame(Bitmap bitmap) {
...
// smooth the results
//applyFilter(); <--remove it

...
}

I have the same problem and I want to sort a picture .I've found multiple calls to call the classification function. The results will tend to be correct. It's just a bad solution. enter image description here

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!