Skip to content
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

Add tiling documentation #2204

Closed

Conversation

eugene123tw
Copy link
Contributor

Summary

How to test

Checklist

  • I have added unit tests to cover my changes.​
  • I have added integration tests to cover my changes.​
  • I have added e2e tests for validation.
  • I have added the description of my changes into CHANGELOG in my target branch (e.g., CHANGELOG in develop).​
  • I have updated the documentation in my target branch accordingly (e.g., documentation in develop).
  • I have linked related issues.

License

  • I submit my code changes under the same Apache License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below).
# Copyright (C) 2023 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

@github-actions github-actions bot added the DOC Improvements or additions to documentation label May 30, 2023
@eugene123tw eugene123tw changed the title add tiling doc Add tiling documentation May 30, 2023
@eugene123tw eugene123tw marked this pull request as ready for review May 30, 2023 14:20
@eugene123tw eugene123tw requested a review from a team as a code owner May 30, 2023 14:20
@eugene123tw eugene123tw assigned jaegukhyun and unassigned jaegukhyun May 30, 2023
@eugene123tw eugene123tw requested a review from jaegukhyun May 30, 2023 14:21
Copy link
Contributor

@GalyaZalesskaya GalyaZalesskaya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your work, Eugene!

Can we consider moving everything including Enable Tiling via OTX Training CLI and further into a separate page in the tutorial section, since the code snippets look more natural there?
The Explanation section usually elaborates on the used algorithms.
@kprokofi I'd like to hear your opinion as well

sungmanc
sungmanc previously approved these changes Jun 1, 2023
Copy link
Contributor

@sungmanc sungmanc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From my side, I don't have comments on this documentation. Thanks for the hard work

@eugene123tw eugene123tw requested review from kprokofi and sungmanc June 12, 2023 11:05
@eugene123tw
Copy link
Contributor Author

Thank you for your work, Eugene!

Can we consider moving everything including Enable Tiling via OTX Training CLI and further into a separate page in the tutorial section, since the code snippets look more natural there? The Explanation section usually elaborates on the used algorithms. @kprokofi I'd like to hear your opinion as well

Can you please add another option, where we build a workplace and then manually update the template.yaml to use tiling and update tiling parameters?

`otx build Custom_Object_Detection_Gen3_SSD --train-data-roots tests/assets/small_objects --val-data-roots tests/assets/small_objects params

cd workspace-DETECTION

update template
train
`

@GalyaZalesskaya, regarding manually tuning parameters in template.yaml. Do we have a separate documentation for that so I could add a note and guide users there?

sungmanc
sungmanc previously approved these changes Jun 12, 2023
Copy link
Contributor

@GalyaZalesskaya GalyaZalesskaya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much for even more clarification, great work! I have only a few comments left related to code examples.

Also, I thought about your question there to put the code examples including template.yaml update. But looks like it's better to keep it here

@eugene123tw eugene123tw requested a review from jaegukhyun July 10, 2023 09:58
Copy link
Contributor

@GalyaZalesskaya GalyaZalesskaya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<3

goodsong81
goodsong81 previously approved these changes Jul 10, 2023
Copy link
Contributor

@goodsong81 goodsong81 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the detailed description. LGTM!

goodsong81
goodsong81 previously approved these changes Jul 10, 2023
@sungmanc
Copy link
Contributor

How about changing the target branch?

jaegukhyun and others added 3 commits July 10, 2023 20:25
* Make black happy

* Fix conflicts

* Merge-back: add test datasets and edit the test code

* Make black happy

* Fix mis-merge

* Make balck happy

* Fix typo

* Fix typoi

---------

Co-authored-by: Songki Choi <songki.choi@intel.com>
@eugene123tw eugene123tw changed the base branch from develop to releases/1.4.0 July 11, 2023 08:10
@eugene123tw eugene123tw dismissed goodsong81’s stale review July 11, 2023 08:10

The base branch was changed.

@eugene123tw eugene123tw changed the base branch from releases/1.4.0 to develop July 11, 2023 08:10
@github-actions github-actions bot added DEPENDENCY Any changes in any dependencies (new dep or its version) should be produced via Change Request on PM API Any changes in OTX API ALGO Any changes in OTX Algo Tasks implementation TEST Any changes in tests labels Jul 11, 2023
@eugene123tw eugene123tw changed the base branch from develop to releases/1.4.0 July 11, 2023 08:25
@github-actions github-actions bot added CLI Any changes in OTE CLI and removed DEPENDENCY Any changes in any dependencies (new dep or its version) should be produced via Change Request on PM API Any changes in OTX API labels Jul 11, 2023
@eugene123tw eugene123tw changed the base branch from releases/1.4.0 to develop July 11, 2023 08:26
@eugene123tw
Copy link
Contributor Author

git commits are messed up, so I created two PRs. Sorry for the bother

@eugene123tw eugene123tw deleted the eugene/tiling-doc branch July 11, 2023 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ALGO Any changes in OTX Algo Tasks implementation CLI Any changes in OTE CLI DOC Improvements or additions to documentation TEST Any changes in tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.