DoubangoTelecom / ultimateALPR-SDK

World's fastest ANPR / ALPR implementation for CPUs, GPUs, VPUs and NPUs using deep learning (Tensorflow, Tensorflow lite, TensorRT, OpenVX, OpenVINO). Multi-Charset (Latin, Korean, Chinese) & Multi-OS (Jetson, Android, Raspberry Pi, Linux, Windows) & Multi-Arch (ARM, x86).
https://www.doubango.org/webapps/alpr/
Other
597 stars 157 forks source link

how to porting this sdk to other embedded device? #232

Closed pppaulpeter closed 2 years ago

pppaulpeter commented 2 years ago

Hi,

thanks for sharing this library, may i know how to porting this sdk to other embedded device? any clue? thanks!

DoubangoTelecom commented 2 years ago

This work on all ARM and x86 devices

pppaulpeter commented 2 years ago

This work on all ARM and x86 devices

Hi, thanks for quick response. but do i need recompile the recognizer applciation and the dynamic library?

DoubangoTelecom commented 2 years ago

No, please read the documentation

pppaulpeter commented 2 years ago

No, please read the documentation

Hi, sorry bother you again, which document? i didn't find the binary library and application for general armv7l device except the raspberry pi device image

DoubangoTelecom commented 2 years ago

32-bit ARM is only supported on Android and Raspberry Pi. We also don't support 32-bit x86. My previous comment lack precision: "We support all 64-bit ARM and x86 devices"

cebecifaruk commented 2 years ago

32-bit ARM is only supported on Android and Raspberry Pi. We also don't support 32-bit x86. My previous comment lack precision: "We support all 64-bit ARM and x86 devices"

Why there is no support for 32-bit ARM architecture? In my company, we design embedded hardware for ultimate-alpr. We are designing Allwinner SoC based boards. However, It is not convenient to use BCM SOC based boards for us.

DoubangoTelecom commented 2 years ago

32-bit ARM is only supported on Android. We also don't support 32-bit x86. My previous comment lack precision: "We support all 64-bit ARM and x86 devices"

Why there is no support for 32-bit ARM architecture? In my company, we design embedded hardware for ultimate-alpr. We are designing Allwinner SoC based boards. However, It is not convenient to use BCM SOC based boards for us.

Lack of opportunities. Almost all requests we have from our customers are for 64-bit ARM. Maintaining an architecture requires time and resource. We cannot spend time on a platform to sell few licenses per year. Also the code is heavily optimized using assembler for 64-bit archs but not 32-bit.

DoubangoTelecom commented 2 years ago

Duplicate of #238