Andrei Ashikhmin
Andrei Ashikhmin
I second this. Without it, my test fails with `You need to use a Theme.AppCompat theme (or descendant) with this activity.` Thanks for the hint @Sserra90
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...
@HolyShitKillingMachine, Your model produces weird results, recognition probabilities shouldn't be negative. But if it works for your case then ok. Regarding performance: as I mentioned in the Readme, i'm not...
@tomret You can try to use the front camera instead. There is an enumeration of cameras in PhoneCamera.Start method, you can add logs and see what cameras are available on...
@tomret it's not an enum, what I mean is that the camera is picked in the Start method. Change this piece of code: ``` for(int i = 0; i <...
This feature has been considered before; we will return to it once DashPay is released since the Platform has a user permission hierarchy.