mmdeploy icon indicating copy to clipboard operation
mmdeploy copied to clipboard

[Enhancement] Refactor SDK pipeline

Open lzhangzz opened this issue 3 years ago • 1 comments

usage

det_cls.cpp det_pose.cpp text_det_recog.cpp

lzhangzz avatar Aug 23 '22 03:08 lzhangzz

Codecov Report

Base: 49.80% // Head: 49.80% // No change to project coverage :thumbsup:

Coverage data is based on head (82a58db) compared to base (f2bc808). Patch has no changes to coverable lines.

:exclamation: Current head 82a58db differs from pull request most recent head a31ae46. Consider uploading reports for the commit a31ae46 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #938   +/-   ##
=======================================
  Coverage   49.80%   49.80%           
=======================================
  Files         305      305           
  Lines       10690    10690           
  Branches     1596     1596           
=======================================
  Hits         5324     5324           
  Misses       4987     4987           
  Partials      379      379           
Flag Coverage Δ
unittests 49.80% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Sep 13 '22 16:09 codecov[bot]

Got some questions:

  • How to set the batch size?
  • If one detection task is followed by two classification tasks, will the CropBox node be shared?
  • How to ensure that the output sequence is the same as the input sequence?

lvhan028 avatar Sep 26 '22 02:09 lvhan028

  • How to set the batch size?

NetModule has nothing to do with batch size for now.

  • If one detection task is followed by two classification tasks, will the CropBox node be shared?

Yes

  • How to ensure that the output sequence is the same as the input sequence?

Ensured by the sender-receiver model

lzhangzz avatar Sep 26 '22 06:09 lzhangzz