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

Feature : Yolo v8 Seg Integration #31

Merged
merged 59 commits into from
Nov 21, 2024
Merged

Conversation

kshitijrajsharma
Copy link
Member

@kshitijrajsharma kshitijrajsharma commented Oct 28, 2024

What does this PR do ?

What are v1 and v2 of yolo v8 segmentation ?

  • v1 is yolo trained from scratch with RAMP data , Supports multimasks

  • v2 is yolo finetuned from pretrained model with RAMP data , Only supports binary masks ( Omdeena Research output integration )

  • Preprocessing , Training and inference code is available for both of the version

  • Ultralytics and pytorch is added !

Important upgrade :

  • Upgraded dependencies so that it can work without installing ramp dependencies

More information on. the research : https://github.com/hotosm/omdena-hot-2024/

How to test ?

Run python test_yolo_v1.py and python test_yolo_v2.py , Both of them should pass ! Also test running ramp training too , it should work as well

@kshitijrajsharma kshitijrajsharma marked this pull request as ready for review November 15, 2024 09:03
@kshitijrajsharma kshitijrajsharma changed the title Draft : YOLO Feature : Yolo v8 Seg Integration Nov 15, 2024
@omranlm omranlm added the enhancement New feature or request label Nov 21, 2024
Copy link
Collaborator

@omranlm omranlm left a comment

Choose a reason for hiding this comment

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

Great and efficient.

let's do more testing using the API and new UI

@kshitijrajsharma kshitijrajsharma merged commit ec672e8 into master Nov 21, 2024
1 check passed
@kshitijrajsharma kshitijrajsharma deleted the feature/yolo_v8_v2 branch November 21, 2024 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature:request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants