I run the source code but it's nothing but a blank screen and bar buttons
TungVuDuc2805 opened this issue · 5 comments
TungVuDuc2805 commented
I try to run the iOSPencilKitCoreMLMNIST project but got the issue as I mention in the title.
Please help.
I'm using Xcode 12.2
anupamchugh commented
The blank screen is actually the canvas where you can draw. Since this
tutorial was for demo purposes only, I haven’t focused on asthetics.
On Mon, 23 Nov 2020 at 3:39 PM, Tung Vu Duc ***@***.***> wrote:
I try to run the iOSPencilKitCoreMLMNIST project but got the issue as I
mention in the title.
Please help.
I'm using Xcode 12.2
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACAGYMXXZ5VG3UPSYDCBQ4TSRIYEHANCNFSM4T7ITJXQ>
.
--
Sent from Anupam’s iPhone
TungVuDuc2805 commented
But I cannot draw anything !
anupamchugh commented
Are you using an Apple Pencil or finger? Set the bool flag on PKCanvasView
accordingly!
On Mon, 23 Nov 2020 at 3:45 PM, Tung Vu Duc ***@***.***> wrote:
But I cannot draw anything !
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACAGYMTFGFE4LKOQJCMXG6LSRIY5VANCNFSM4T7ITJXQ>
.
--
Sent from Anupam’s iPhone
TungVuDuc2805 commented
Thanks. I set the allowsFingerDrawing property to true and it works. But predict result always returns '1' no mater what I draw
anupamchugh commented
Maybe try using another MNIST model? Or use Vision's Text Recognition?