You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i'm new in Unity and try to use my hand detect model in Unity, and this project seems very good for me,thanks~~
After replacing the model and label with my own model(trained by tensorflow 1.7.1+MobilenetSSD),the result is quite poor, only about 0.003,which i can achieve 0.98 or higher in Android or python.
So i wonder whether should i change something or some code like IMAGE_STD or somewhat?
Any reply will be appreciated~
The text was updated successfully, but these errors were encountered:
Hi @WisionChan, what do you mean by result of 0.003, is that confidence level?
In general, I'm not sure how to improve this example further. One thing might be worth trying is to use AR camera from ARFoundation and try to get a snapshot from it. I think that the image that I'm getting from WebCamTexture might be of poor quality.
Hi, i'm new in Unity and try to use my hand detect model in Unity, and this project seems very good for me,thanks~~
After replacing the model and label with my own model(trained by tensorflow 1.7.1+MobilenetSSD),the result is quite poor, only about 0.003,which i can achieve 0.98 or higher in Android or python.
So i wonder whether should i change something or some code like IMAGE_STD or somewhat?
Any reply will be appreciated~
The text was updated successfully, but these errors were encountered: