-
Notifications
You must be signed in to change notification settings - Fork 709
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
Inference + Visualization #390
Inference + Visualization #390
Conversation
* add methods for adding labels to image * refactor visualizer * move add_label to post processing helpers * fix tests * support single image in visualizer * call generate * revert default task type * typing * refactor inferencer and visualizer * add torch inference entrypoint * revert torch inferencer for backward compatibility * add torch inferencer to init files * pause visualization * openvino.py -> openvino_inference.py * address comments * remove unused argument * remove depracation warning
* add inference and export guides * finish sentence * fix typo * add to index, change required field
* make saving and showing of visualizations configurable * make saving and showing of visualizations configurable * fix visualizer callback tests * remove unused imports * fix openvino test * add comments
* make visualization mode configurable * change default visualization mode * value checks * check mask range, move save and show to visualizer * fix visualizer tests * change pred_mask value check * address circular import * address mypy issue * fix visualizer test and mypy * fix openvino tests
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.
Thanks, i've got couple of comments, but overall, this a lot better than what we currently have.
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.
Thanks for the efforts! I have a few comments.
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.
Only one comment :)
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Description
Wrap up of the inference and visualization refactor.
Fixes Add documentation for inference/export/optimization #259, Refactor torch inference #301 Label Prediction with Confidence score #326
Changes
Checklist