Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 617 Bytes

File metadata and controls

14 lines (8 loc) · 617 Bytes

DeepLabV3Plus-Pytorch-Model-deployment

The DeepLab repository used is: https://github.com/VainF/DeepLabV3Plus-Pytorch

onnx-export: Export onnx in DeepLabV3Plus Pytorch project

onnx-runtime: Import onnx and use onnx runtime for inference

ncnn_python_infer: ncnn_pythonn_infer uses NCNN's Python SDK for inference

ncnn-cpp-infer: ncnn-cpp-infer uses NCNN's C++ SDK for inference

rknn-toolkit2-convert: rknn-toolkit2-convert: Use rknn-toolkit2 to convert an onnx model to an rknn model and infer and save the results

rknn_deeplabv3plus_demo: rknn_deeplabv3plus_demo is code that uses rk3588NPU for inference