Modified LookExtension which works on more devices

LookExtension is a very useful extension to classify objects. However, it works on a limited number of Android devices and it is not easy to predict which device is supported.
We modified LookExtension to use the CPU backend instead of the GPU backend if GPU is not supported so that it will work on all devices, although the inference speed will be much slower with CPU backend.
So far we confirmed our modified LookExtension works on original LookExtension unsupported devices such as Google Nexus 5, Moto G Play, and Samsung Galaxy Tab 4 8.0.
Visit our website for the source code and compiled extension.

6 Likes

That is very good work, thank you for sharing.

great work!