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

Update segmentation documentation #3425

Merged
merged 13 commits into from
May 3, 2024
Merged

Update segmentation documentation #3425

merged 13 commits into from
May 3, 2024

Conversation

kprokofi
Copy link
Collaborator

@kprokofi kprokofi commented Apr 29, 2024

Summary

  1. Update docs
  2. Provide new benchmark results
  3. Minor fixes for predict mode

How to test

Checklist

  • I have added unit tests to cover my changes.​
  • I have added integration tests to cover my changes.​
  • I have ran e2e tests and there is no issues.
  • 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) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

@github-actions github-actions bot added DOC Improvements or additions to documentation OTX 2.0 labels Apr 29, 2024
@kprokofi
Copy link
Collaborator Author

waiting benchmark results...

Copy link

codecov bot commented Apr 29, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 74.17%. Comparing base (4d40a7d) to head (f978ea0).

Files Patch % Lines
src/otx/core/model/segmentation.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3425      +/-   ##
===========================================
- Coverage    74.25%   74.17%   -0.09%     
===========================================
  Files          253      253              
  Lines        24111    24111              
===========================================
- Hits         17904    17884      -20     
- Misses        6207     6227      +20     
Flag Coverage Δ
py310 74.15% <50.00%> (-0.10%) ⬇️
py311 74.00% <50.00%> (-0.24%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@harimkang harimkang added this to the 2.0.0 milestone May 2, 2024
@kprokofi
Copy link
Collaborator Author

kprokofi commented May 2, 2024

image

Comparison between new OTX2.0 (decoupled) and OTX1.5 (with masks annotation (without to/from polygons transformation) for fair comparison)

@kprokofi kprokofi requested a review from sovrasov May 2, 2024 15:24
@kprokofi kprokofi enabled auto-merge (squash) May 3, 2024 08:22
@kprokofi kprokofi merged commit f6d03c3 into develop May 3, 2024
14 of 15 checks passed
@kprokofi kprokofi deleted the kp/fix_docs branch May 3, 2024 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DOC Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants