ModelDepot / tfjs-yolo-tiny

In-Browser Object Detection using Tiny YOLO on Tensorflow.js
https://modeldepot.io/mikeshi/tiny-yolo-in-javascript
MIT License
530 stars 92 forks source link

Mobile Demo not working - Android #21

Open ashleyCheuk12 opened 5 years ago

ashleyCheuk12 commented 5 years ago

Hey Guys,

Love your work, trying to get your demo running in my mobile but only the camera is shown and no object is recognised/displayed.

I've tested https://modeldepot.github.io/tfjs-yolo-tiny-demo/ on

Safari Firefox Chrome

All return the below image, any ideas? I've managed to replicate this error in my aws instance as well.

screen shot 2019-01-13 at 4 13 15 pm

Thanks!

MikeShi42 commented 5 years ago

Hello! I don't own a android phone so I can't replicate it, that being said it's possible that this is due to out of memory on your device (this happens on my personal iPhone 6 but not my iPad). It seems like the error itself is originating pretty deeply inside of the tfjs so I'm not sure if there's a ton I can help with here :(

Which device are you testing with and is it possible to try it on a device with higher specs?