mindee / doctr-tfjs-demo

Javascript demo of docTR, powered by TensorFlowJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requested texture size [4344x4345] greater than WebGL maximum on this browser / GPU [4096x4096]. on a mobile device

alexandreraufast opened this issue · comments

Hi,
I played a bit with the demo. Works well on dekstop, but not on mobile - what I want to try in fine -, it seems to be because of too high GPU requirements.

Requested texture size [4344x4345] greater than WebGL maximum on this browser / GPU [4096x4096].

I used default models: db_mobilenet_v2 & crnn_vgg16_bn

The thing is the requested texture is very close (4344x4345) to the maximum (4096x4096) so I was thinking it's a bit of a shame to give up so close to having it work :)
Do you have an idea of how i could lower the requirements?

Thank you,