Skip to content

Conversation

@dtronmans
Copy link
Contributor

Purpose

Test remotely-stored models that came from posted issues. They are uploaded on GCS buckets and more can be added over time.

Added v12 (yolov12) to the "choices" in the --yolo-version argument because I had forgotten to do that in the Yolov12 PR.

Specification

Right now there are three uploaded and tested models: yolov7-custom.pt (fine-tuned YoloV7 instead of just pre-trained), YOLOv6nNORO.pt (from #73), and yolov8-grayscale.pt (from #77).

Dependencies & Potential Impact

The CI step that involves downloading weights and running these specific tests is only run if the PR is opened through this repository and not a fork. For now, for security reasons let's have it like this and we can run these specific remote tests manually if someone contributes through community forks and we think it might break something.

Deployment Plan

Testing & Validation

Tested locally by authenticating to gcloud and running the following command:

pytest tests/test_end2end.py::test_private_model_conversion --test-private -s -v

@dtronmans dtronmans added the enhancement New feature or request label Jan 5, 2026
@github-actions
Copy link

github-actions bot commented Jan 5, 2026

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
28022 6193 22% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 17156e8 by action🐍

@github-actions
Copy link

github-actions bot commented Jan 5, 2026

Test Results

  6 files    6 suites   21m 43s ⏱️
 26 tests  26 ✅ 0 💤 0 ❌
156 runs  156 ✅ 0 💤 0 ❌

Results for commit 17156e8.

Copy link
Collaborator

@klemen1999 klemen1999 left a comment

Choose a reason for hiding this comment

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

LGTM, feel free to merge once tests pass

@dtronmans dtronmans merged commit 900d7c3 into main Jan 6, 2026
16 checks passed
@dtronmans dtronmans deleted the feat/support-private-model-tests branch January 6, 2026 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants