-
Notifications
You must be signed in to change notification settings - Fork 135
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
Fix bugs for Tile transform #1123
Fix bugs for Tile transform #1123
Conversation
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #1123 +/- ##
===========================================
+ Coverage 79.97% 79.99% +0.02%
===========================================
Files 258 258
Lines 29147 29148 +1
Branches 5710 5710
===========================================
+ Hits 23309 23317 +8
+ Misses 4507 4499 -8
- Partials 1331 1332 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
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
- Resolve this issue, openvinotoolkit#1118 - Fix documentation error on CLI guide for Tile transform - Fix a problem that RoIImageFromFile cannot be saved properly I updated the existing test to test saving `RoIImage` as well. <!-- Put an 'x' in all the boxes that apply --> - [x] I have added unit tests to cover my changes. - [ ] I have added integration tests to cover my changes. - [x] I have added the description of my changes into [CHANGELOG](https://github.com/openvinotoolkit/datumaro/blob/develop/CHANGELOG.md). - [x] I have updated the [documentation](https://github.com/openvinotoolkit/datumaro/tree/develop/docs) accordingly - [x] I submit _my code changes_ under the same [MIT License](https://github.com/openvinotoolkit/datumaro/blob/develop/LICENSE) that covers the project. Feel free to contact the maintainers if that's a concern. - [x] I have updated the license header for each file (see an example below). ```python ``` --------- Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Summary
--grid-size
is not recognized #1118How to test
I updated the existing test to test saving
RoIImage
as well.Checklist
License
Feel free to contact the maintainers if that's a concern.