mmdeploy/csrc
tpoisonooo d04c8dc9c0
refactor(onnx2ncnn): add test case and simplify code (#436)
* refactor(onnx2ncnn.cpp): split it to shape_inference, pass and utils

* refactor(onnx2ncnn.cpp): split it to shape_inference, pass and utils

* refactor(onnx2ncnn.cpp): split code

* refactor(net_module.cpp): fix build error

* ci(test_onnx2ncnn.py): add generate model adn run

* ci(onnx2ncnn): add ncnn backend

* ci(test_onnx2ncnn): add converted onnx model`

* ci(onnx2ncnn): fix ncnn tar

* ci(backed-ncnn): simplify dependency install

* ci(onnx2ncnn): fix apt install

* Update backend-ncnn.yml

* Update backend-ncnn.yml

* Update backend-ncnn.yml

* Update backend-ncnn.yml

* Update backend-ncnn.yml

* Update backend-ncnn.yml

* Update backend-ncnn.yml

* Update backend-ncnn.yml

* Update backend-ncnn.yml

* Update backend-ncnn.yml

* Update backend-ncnn.yml

* fix(ci): add include algorithm

* Update build.yml

* parent aa85760531
author q.yao <streetyao@live.com> 1651287879 +0800
committer tpoisonooo <khj.application@aliyun.com> 1652169959 +0800

[Fix] Fix ci (#426)

* fix ci

* add nvidia key

* remote torch

* recover pytorch

refactor(onnx2ncnn.cpp): split it to shape_inference, pass and utils

* fix(onnx2ncnn): review

* fix(onnx2ncnn): build error

Co-authored-by: q.yao <streetyao@live.com>
2022-05-16 10:36:25 +08:00
..
apis Add nms_rotated ort op (#312) 2022-04-18 17:14:47 +08:00
archive fix the installation of archive and json (#257) 2022-03-22 15:57:01 +08:00
backend_ops refactor(onnx2ncnn): add test case and simplify code (#436) 2022-05-16 10:36:25 +08:00
codebase Add nms_rotated ort op (#312) 2022-04-18 17:14:47 +08:00
core Add nms_rotated ort op (#312) 2022-04-18 17:14:47 +08:00
device Dev v0.4.0 (#301) 2022-04-01 18:14:23 +08:00
experimental
graph
model Ncnn demo sdk (#164) 2022-03-25 23:28:16 +08:00
net Add nms_rotated ort op (#312) 2022-04-18 17:14:47 +08:00
preprocess Dev v0.4.0 (#301) 2022-04-01 18:14:23 +08:00
utils
CMakeLists.txt