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

YOLO v8 medium size model and training #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions models/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ This folder contains the final versions of YOLOv8 segmentation model trainings:

- `yolo8s-seg_data_v3.zip` is the output of training YOLO small model on dataset v3 as documented in the main readme of this repository. It is trained locally using [local training notebook](../notebooks/local_training_v3.ipynb)
- `model2_yolov8s-seg.zip` and `model2_yolov8s-seg.pt.zip` are the training output from Omdena challenge using the delivered [training notebook](../notebooks/training.ipynb)
- `yolov8m-seg_data_v2.zip` is the output of training YOLO medium model on dataset v2. It is trained locally using [local training notebook that used v2 and medium size model](../notebooks/local_training_yolov8m-seg_data_v2.ipynb)
Binary file added models/yolov8m-seg_data_v2.zip
Binary file not shown.
Loading