7 Commits

Author SHA1 Message Date
AllentDan
67c1cd2475
Add YOLOv5 support for RV1126 device. (#1321)
* support pose simcc

* fix yolov5 create_input

* add yolov5 post process and update mmcls.yml

* add letter resize

* add yolov5 export info

* fix

* add pose face config

* pick 4dd4d4851bcc381da3e44098a2ff3d1ff6b5f1d9

* fix yolov5 head

* fix ut

* refactor mmpose config

* pass output_names outside

* rknn batch size

* lint

* add input names to wrapper

* update according to https://github.com/open-mmlab/mmyolo/pull/305

* add pre_compile option

* update doc and fix typo

* fix padding

* fix typo

* use throw_exception
2022-12-16 17:05:24 +08:00
RunningLeon
25aa0d4c0a
[Enhancement]: add md link check github action (#1320)
* add md link check action

* add config

* fix doc link

* fix dead links

* change dev-1.x to 1.x

* fix mmocr url
2022-12-08 16:13:51 +08:00
lvhan028
97cc88923c build opencv for aarch64 with videoio enabled (#1343)
* build opencv for aarch64 with videoio enabled

* update doc

* update

* update

* update
(cherry picked from commit b0a350d49e95055136bbef570fd5c635b935c59c)
2022-11-11 19:48:39 +08:00
lvhan028
f7f70c95c0 [Feature] Support rv1126 in sdk (#1238) 2022-11-10 15:25:33 +08:00
q.yao
180500d76d
[Docs] update 1.x doc links (#1331)
* update 1.x links

* update docs
2022-11-10 11:29:16 +08:00
AllentDan
c5edb85550
Sync rv1126 to dev-1.x by cherry-pick (#1295)
* remove imports (#1207)

* remove imports

* update doc

* detailed docstring

* rephrase

* Add model conversion support to rv1126 (#1203)

* WIP

* fix interpolate

* support yolov3 and retinanet

* support seg

* support ssd

* supports both partition types for retinanet and ssd

* mean std doc

* update doc, add UT

* support FSAF

* rename configs

* update dump info

* update

* python package installation doc

* update doc

* update doc

* doc

* fix

* docstring

* remote partition config
2022-11-07 10:19:22 +08:00
AllentDan
97a9182a65 cherry-pick from master with commit 3eb60ea 2022-11-01 16:35:32 +08:00