-
Notifications
You must be signed in to change notification settings - Fork 508
[prototype] object det replacement / init contrib modules #1534
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
Conversation
@odulcy-mindee wdyt about the idea ? |
42ad57a
to
2a55e41
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1534 +/- ##
===========================================
+ Coverage 57.70% 95.84% +38.14%
===========================================
Files 167 163 -4
Lines 7696 7705 +9
===========================================
+ Hits 4441 7385 +2944
+ Misses 3255 320 -2935
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
About the |
So, purpose of |
The idea was to make it compatible with the |
5c03308
to
240bab2
Compare
483ff32
to
cd03646
Compare
Ok, for a first version, model is required. Code can be improved later to set onxxmodel as optional. |
@@ -155,6 +158,7 @@ module = [ | |||
"anyascii.*", | |||
"tensorflow.*", | |||
"torchvision.*", | |||
"onnxruntime.*", |
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.
not aligned
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.
Correct :) |
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.
model uploaded
Co-authored-by: Olivier Dulcy <[email protected]>
NOTE: Only a dirty first draft for discussions :)
The idea behind a contrib module:
-- modules needs to work with the
DocumentBuilder
output structure (List[np.ndarray])-- framework independent (no torch or tf allowed)
-- if model loading is required --> onnxruntime
Further advantages on our side:
A first service for object detection which replaces the current (not really maintained and robust) one 😅
example:
out:
visualized:

TODOS would be: