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 benchmark summary report #4134

Merged
merged 6 commits into from
Nov 28, 2024
Merged

Conversation

chuneuny-emily
Copy link
Contributor

@chuneuny-emily chuneuny-emily commented Nov 28, 2024

Summary

This PR enhances the benchmark summary report by implementing the following changes:

  • Update Jupiter notebook for the added tasks: multi_class_cls_semisl, semantic_segmentation_semisl and keypoint_detection
  • Modify summary.py to improve the automated benchmark report format.
  • Revise history files to update performance summary data for detection/semantic segmentation tasks on new datasets and generate version comparison tables for performance measurement by task.
  • Add raw data for OTX2.0.0/2.1.0/2.2.0 formatted for benchmark history.
  • Include exported IR performance, PTQ optimization performance, and train/iter_time in the summary table.
  • Calculate and add average data exclusively from GETI default models, and generate graphs using these averages.
  • Correct the averaging method to compute the average of group averages instead of all raw data.

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

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@github-actions github-actions bot added the TEST Any changes in tests label Nov 28, 2024
Copy link

codecov bot commented Nov 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.44%. Comparing base (31823cd) to head (0f7bc89).
Report is 49 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #4134      +/-   ##
===========================================
+ Coverage    77.11%   80.44%   +3.32%     
===========================================
  Files          308      320      +12     
  Lines        30571    31571    +1000     
===========================================
+ Hits         23576    25398    +1822     
+ Misses        6995     6173     -822     
Flag Coverage Δ
py310 80.19% <ø> (+3.08%) ⬆️
py311 80.43% <ø> (+3.38%) ⬆️

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.

@sovrasov sovrasov enabled auto-merge (squash) November 28, 2024 16:24
@sovrasov sovrasov merged commit 5305b5d into develop Nov 28, 2024
22 checks passed
@sovrasov sovrasov deleted the emily/benchmark_tool_update_develop branch November 28, 2024 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TEST Any changes in tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants