1 Star 0 Fork 0

Qt超 / mmdeploy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pplnn.md 793 Bytes
一键复制 编辑 原始数据 按行查看 历史

PPLNN 支持情况

MMDeploy supports ppl.nn v0.9.1 and later. This tutorial is based on Linux systems like Ubuntu-18.04.

Installation

  1. Please install pyppl following install-guide.

  2. Install MMDeploy following the instructions.

Usage

Example:

python tools/deploy.py \
    configs/mmdet/detection/detection_pplnn_dynamic-800x1344.py \
    /mmdetection_dir/mmdetection/configs/retinanet/retinanet_r50_fpn_1x_coco.py \
    /tmp/snapshots/retinanet_r50_fpn_1x_coco_20200130-c2398f9e.pth \
    tests/data/tiger.jpeg \
    --work-dir ../deploy_result \
    --device cuda \
    --log-level INFO
1
https://gitee.com/nmgzhc/mmdeploy.git
git@gitee.com:nmgzhc/mmdeploy.git
nmgzhc
mmdeploy
mmdeploy
master

搜索帮助