-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] support torchserve #160
Conversation
Bump version to v0.1.1
Hi @nijkah |
Codecov Report
@@ Coverage Diff @@
## dev #160 +/- ##
==========================================
+ Coverage 28.88% 29.30% +0.42%
==========================================
Files 109 113 +4
Lines 7074 7298 +224
Branches 1064 1110 +46
==========================================
+ Hits 2043 2139 +96
- Misses 4961 5083 +122
- Partials 70 76 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Note that
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
class MMRotateHandler(BaseHandler): | ||
threshold = 0.5 | ||
|
||
def initialize(self, context): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docstring is required, like-wise for preprocess
, inference
and postprocess
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Motivation
closes #38
Support to deploy to torchserve
Modification
add tools and sample Dockerfile
Use cases (Optional)
Checklist
tools/deployment/mmrotate2serve.py
with configs/rotated_faster_rcnn/rotated_faster_rcnn_r50_fpn_1x_dota_le90.py