Difference between revisions of "AI/Rock-X"
< AI
(Created page with "=== ROCK X SDK === ==== Introduction ==== ROCK-X SDK is a set of AI components libraries for RK3399Pro/RK1808 platform. Developers can build rapid AI applications with ROCK-X...") |
|||
Line 9: | Line 9: | ||
|- | |- | ||
| style="text-align: center;" | Object | | style="text-align: center;" | Object | ||
− | | | + | | Head Detection / 91 Classes Object Detection |
|- | |- | ||
| style="text-align: center;" | Face | | style="text-align: center;" | Face | ||
− | | Face | + | | Face Landmark / Face Analyze / Face Recognition |
|- | |- | ||
| style="text-align: center;" | Plate | | style="text-align: center;" | Plate | ||
− | | | + | | CarPlate Detectin / Carplate Recognition |
|- | |- | ||
| style="text-align: center;" | Pose | | style="text-align: center;" | Pose | ||
− | | Body | + | | Body Keypoint / Finger Keypoint |
|} | |} | ||
Line 35: | Line 35: | ||
On the RK1808 platform, the libraries and applications provided by the SDK require rknn_runtime version above 0.9.6. The rknn_runtime version can be viewed on the RK1808 platform as follows: | On the RK1808 platform, the libraries and applications provided by the SDK require rknn_runtime version above 0.9.6. The rknn_runtime version can be viewed on the RK1808 platform as follows: | ||
− | $ strings /usr/lib/librknn_runtime.so |grep "librknn_runtime version" | + | $ strings /usr/lib/librknn_runtime.so | grep "librknn_runtime version" |
− | librknn_runtime version 0.9.8 (8dcfdc7 build: 2019-05-31 11:23:34 base:110) | + | librknn_runtime version 0.9.8 (8dcfdc7 build: 2019-05-31 11:23:34 base: 110) |
==== API Document ==== | ==== API Document ==== | ||
More detail please refer to: http://t.rock-chips.com/wiki/rockx_api_doc/ | More detail please refer to: http://t.rock-chips.com/wiki/rockx_api_doc/ |
Revision as of 01:42, 27 November 2019
ROCK X SDK
Introduction
ROCK-X SDK is a set of AI components libraries for RK3399Pro/RK1808 platform. Developers can build rapid AI applications with ROCK-X SDK API. Currently the following features are provided:
Classification | Functions |
---|---|
Object | Head Detection / 91 Classes Object Detection |
Face | Face Landmark / Face Analyze / Face Recognition |
Plate | CarPlate Detectin / Carplate Recognition |
Pose | Body Keypoint / Finger Keypoint |
System dependent
On the RK3399Pro platform, the libraries and applications provided by the SDK require RKNN driver version 0.9.6. When running Demo in Android/Linux , you can see the following driver information through log information:
============================================== RKNNVERSION: API: 0.9.5 (a949908 build: 2019-05-0722:20:52) DRV: 0.9.6 (c12de8a build: 2019-05-0620:10:17) ==============================================
Make sure the DRV version is 0.9.6
On the RK1808 platform, the libraries and applications provided by the SDK require rknn_runtime version above 0.9.6. The rknn_runtime version can be viewed on the RK1808 platform as follows:
$ strings /usr/lib/librknn_runtime.so | grep "librknn_runtime version" librknn_runtime version 0.9.8 (8dcfdc7 build: 2019-05-31 11:23:34 base: 110)
API Document
More detail please refer to: http://t.rock-chips.com/wiki/rockx_api_doc/