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

Merge back releases/2.3.0 #4204

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open

Merge back releases/2.3.0 #4204

wants to merge 6 commits into from

Conversation

ashwinvaidya17
Copy link
Collaborator

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 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) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

sovrasov and others added 6 commits January 22, 2025 18:33
* fix KP task to work in Geti

* minor
remove transform for single object case
* Revert "Fix KP Export (single obj case) (#4191)"

This reverts commit 35fdb7f.

* Update aouto configuration to support kp format

* Relax KP explain export checks
* Update on_load_checkpoint `LabelInfo`
@github-actions github-actions bot added the DOC Improvements or additions to documentation label Feb 7, 2025
@@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## \[Unreleased\]
Copy link
Contributor

Choose a reason for hiding this comment

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

A new unreleased section is required, since the changes for 2.4 are gradually arriving

Copy link

codecov bot commented Feb 7, 2025

Codecov Report

Attention: Patch coverage is 54.54545% with 5 lines in your changes missing coverage. Please review.

Project coverage is 79.40%. Comparing base (31823cd) to head (2e3be74).
Report is 88 commits behind head on develop.

Files with missing lines Patch % Lines
src/otx/core/data/dataset/keypoint_detection.py 50.00% 2 Missing ⚠️
src/otx/algo/keypoint_detection/rtmpose.py 66.66% 1 Missing ⚠️
src/otx/core/model/base.py 50.00% 1 Missing ⚠️
src/otx/engine/engine.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #4204      +/-   ##
===========================================
+ Coverage    77.11%   79.40%   +2.28%     
===========================================
  Files          308      324      +16     
  Lines        30571    32779    +2208     
===========================================
+ Hits         23576    26029    +2453     
+ Misses        6995     6750     -245     
Flag Coverage Δ
py310 79.07% <54.54%> (+1.96%) ⬆️
py311 79.38% <54.54%> (+2.33%) ⬆️

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.

@eugene123tw eugene123tw self-requested a review February 7, 2025 15:49
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.

4 participants