-
Notifications
You must be signed in to change notification settings - Fork 139
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
--grid-size
is not recognized
#1118
Comments
following the Python package example raises
|
Hi @martimpassos, Thanks for your interest on our project. Sorry for inconvenience. It seems because we have missed updating tiling part to the latest as well. We acknowledged it and will try to resolve it as soon as possible. |
There were two problems on this:
Therefore, to fix this issue, we will merge #1123 to the develop and it will be released to the next version. If you want to use it before the future release, you can install Datumaro from the source with following this guide: https://github.com/openvinotoolkit/datumaro/blob/develop/contributing.md. Thanks! |
Thanks a lot! Is there an estimative for the next release date? |
@wonjuleee, Could we make a bug-fix release for this? |
### Summary - Resolve this issue, #1118 - Fix documentation error on CLI guide for Tile transform - Fix a problem that RoIImageFromFile cannot be saved properly ### How to test I updated the existing test to test saving `RoIImage` as well. ### Checklist <!-- 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 ### License - [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 # Copyright (C) 2023 Intel Corporation # # SPDX-License-Identifier: MIT ``` --------- Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
- 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>
Thanks @vinnamkim for your quick execution. We plan to have a regular release 1.5.0 in the mid of next month (September). @martimpassos, please wait 1.5.0 or I suggest you to install from the develop branch for a while. |
Closed this issue since Datumaro 1.5.0 version was released. |
I'm following the CLI tiling example quite literally, but it returns
datum: error: unrecognized arguments: --grid-size
, even though runningdatum transform -t tile
says that--grid-size
is required:What am I missing here?
The text was updated successfully, but these errors were encountered: