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

Fix/yolov8 output names nn archive #138

Merged
merged 3 commits into from
Mar 20, 2025

Conversation

HonzaCuhel
Copy link
Contributor

Purpose

Fixing the YOLO output names in the NN Archive for YOLOv8 export to match the names of model's outputs.

Specification

  • Fixing the YOLO output names in the NN Archive
  • Specifying numpy version in requirements, so that YOLOv5&7 conversion works.

Dependencies & Potential Impact

  • Specifying numpy>=1.19.5,<1.27.0

Deployment Plan

1/ Build Docker image
2/ Push to GHCR
3/ Build tools-cli-plugin && make PR in mlcloud-images
4/ Test on DEV/STG
5/ Push to prod

Testing & Validation

  • Tested locally export of all supported YOLOs to ONNX

@HonzaCuhel HonzaCuhel self-assigned this Mar 17, 2025
Copy link

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
22115 4808 22% 0% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
tools/yolo/yolov8_exporter.py 88% 🟢
TOTAL 88% 🟢

updated for commit: c669bcc by action🐍

Copy link

Test Results

  6 files    6 suites   8m 9s ⏱️
 24 tests  24 ✅ 0 💤 0 ❌
144 runs  144 ✅ 0 💤 0 ❌

Results for commit c669bcc.

@HonzaCuhel HonzaCuhel merged commit a5f82a2 into main Mar 20, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants