[Backend] Add YOLOv5、PPYOLOE and PP-Liteseg for RV1126 (#647)

* add yolov5 and ppyoloe for rk1126

* update code, rename rk1126 to rv1126

* add PP-Liteseg

* update lite lib

* updade doc for PPYOLOE

* update doc

* fix docs

* fix doc and examples

* update code

* uodate doc

* update doc

Co-authored-by: Jason <jiangjiajun@baidu.com>
This commit is contained in:
yeliang2258
2022-12-05 16:48:00 +08:00
committed by GitHub
parent 763da985f3
commit 104d965b38
59 changed files with 804 additions and 987 deletions

View File

@@ -72,7 +72,7 @@ void LiteBackend::BuildOption(const LiteBackendOption& option) {
}
}
}
if(option_.enable_timvx){
if(option_.enable_timvx) {
config_.set_nnadapter_device_names({"verisilicon_timvx"});
valid_places.push_back(
paddle::lite_api::Place{TARGET(kNNAdapter), PRECISION(kInt8)});