[Android IOS iink 1.1.2] In terms of recognition accuracy, ios is much higher than android.So how to improve the performance of android?
C
Cong Zhao
started a topic
over 6 years ago
we use same stroke data,and same iink 1.1.2, In terms of recognition accuracy,ios is 90.8%,android is 80.5%.
Best Answer
G
Gildas Lemarié
said
over 6 years ago
Hello,
Our tests show very similar recognition accuracy between ios and Android, the difference may lie in the differences between Android and ios devices:
Issue could be on the dpi settings side: if you provide the same ink coordinates for both Android and ios devices, and if your devices have a very different screen dpi, then the scale of writing will be incorrect - which could lead to recognition accuracy loss, because recognition engine will believe you write very small or very large characters.
Can you try to scale the ink according to the dpi ratio between your capture device and the replay device. It will ensure you compare the same stuff and it may give you consistent results.
Our tests show very similar recognition accuracy between ios and Android, the difference may lie in the differences between Android and ios devices:
Issue could be on the dpi settings side: if you provide the same ink coordinates for both Android and ios devices, and if your devices have a very different screen dpi, then the scale of writing will be incorrect - which could lead to recognition accuracy loss, because recognition engine will believe you write very small or very large characters.
Can you try to scale the ink according to the dpi ratio between your capture device and the replay device. It will ensure you compare the same stuff and it may give you consistent results.
Best regards
C
Cong Zhao
said
over 6 years ago
We have a separate tablet and stylus, and then transfer the data to the phone for recognition.so we set same dpi of the tablet both on android and ios.
The result is much different.
G
Gildas Lemarié
said
over 6 years ago
Hello,
Please save your content package once recognition is over and provide us with the version generated on Android and the one on iOS, this could hep us understanding the issue,
Thanks!
C
Cong Zhao
said
over 6 years ago
how to save content package ?
G
Gildas Lemarié
said
over 6 years ago
To save a ContentPackage, just call `contentPackage.save()`, it will create the file name you provided when creating that ContentPackage.
Cong Zhao
we use same stroke data,and same iink 1.1.2, In terms of recognition accuracy,ios is 90.8%,android is 80.5%.
Hello,
Our tests show very similar recognition accuracy between ios and Android, the difference may lie in the differences between Android and ios devices:
Issue could be on the dpi settings side: if you provide the same ink coordinates for both Android and ios devices, and if your devices have a very different screen dpi, then the scale of writing will be incorrect - which could lead to recognition accuracy loss, because recognition engine will believe you write very small or very large characters.
Can you try to scale the ink according to the dpi ratio between your capture device and the replay device. It will ensure you compare the same stuff and it may give you consistent results.
Best regards
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstGildas Lemarié
Hello,
Our tests show very similar recognition accuracy between ios and Android, the difference may lie in the differences between Android and ios devices:
Issue could be on the dpi settings side: if you provide the same ink coordinates for both Android and ios devices, and if your devices have a very different screen dpi, then the scale of writing will be incorrect - which could lead to recognition accuracy loss, because recognition engine will believe you write very small or very large characters.
Can you try to scale the ink according to the dpi ratio between your capture device and the replay device. It will ensure you compare the same stuff and it may give you consistent results.
Best regards
Cong Zhao
We have a separate tablet and stylus, and then transfer the data to the phone for recognition.so we set same dpi of the tablet both on android and ios.
The result is much different.
Gildas Lemarié
Hello,
Please save your content package once recognition is over and provide us with the version generated on Android and the one on iOS, this could hep us understanding the issue,
Thanks!
Cong Zhao
how to save content package ?
Gildas Lemarié
To save a ContentPackage, just call `contentPackage.save()`, it will create the file name you provided when creating that ContentPackage.
Best regards
Cong Zhao
I will call this method:
public final void saveAs(File file)
but what is the file extension name?txt?
Gildas Lemarié
You can use .iink as extension name.
Best regards