From ee1b4d756dd5961e034d4dd04196d03da636ae29 Mon Sep 17 00:00:00 2001 From: Mengyang Liu <49838178+liu-mengyang@users.noreply.github.com> Date: Mon, 10 Oct 2022 15:59:34 +0800 Subject: [PATCH] Update rust_api.yml (#1172) --- .github/workflows/rust_api.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/rust_api.yml b/.github/workflows/rust_api.yml index 627beb2c4..3e921c4f0 100644 --- a/.github/workflows/rust_api.yml +++ b/.github/workflows/rust_api.yml @@ -64,10 +64,4 @@ jobs: export ONNXRUNTIME_DIR=/home/runner/work/mmdeploy/mmdeploy/onnxruntime-linux-x64-1.8.1 export LD_LIBRARY_PATH=$ONNXRUNTIME_DIR/lib:$LD_LIBRARY_PATH cargo build - cargo run --example classifier cpu ../mmdeploy-converted-models/resnet ./images/demos/mmcls_demo.jpg - cargo run --example detector cpu ../mmdeploy-converted-models/faster-rcnn-ort ./images/demos/mmdet_demo.jpg - cargo run --example segmentor cpu ../mmdeploy-converted-models/deeplabv3 ./images/demos/mmseg_demo.png - cargo run --example pose_detector cpu ../mmdeploy-converted-models/hrnet ./images/demos/mmpose_demo.jpg - cargo run --example rotated_detector cpu ../mmdeploy-converted-models/retinanet ./images/demos/mmrotate_demo.jpg - cargo run --example ocr cpu ../mmdeploy-converted-models/dbnet ../mmdeploy-converted-models/crnn ./images/demos/mmocr_demo.jpg - cargo run --example restorer cpu ../mmdeploy-converted-models/edsr ./images/demos/mmediting_demo.png + sh ci_test.sh