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 to latest ultralytics/yolov5 source (v7.0) #180

Closed
wants to merge 1 commit into from

Conversation

fcakyon
Copy link

@fcakyon fcakyon commented Mar 25, 2023

fixes #143

  • pulled yolov5 from this commit: ultralytics@b96f35c
  • updated train.py, test_yolov5.py, utils/logging/__init__.py, supervisely/serve/src/main.py to maintain supervisely integration
  • only supports detection models (does not support yolov5 segmentation and classification models)

If there are missing parts, I'm willing to update them.

cc: @MaxTeselkin

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

👋 Hello @fcakyon, thank you for submitting a 🚀 PR! To allow your work to be integrated as seamlessly as possible, we advise you to:

  • ✅ Verify your PR is up-to-date with origin/master. If your PR is behind origin/master an automatic GitHub actions rebase may be attempted by including the /rebase command in a comment body, or by running the following code, replacing 'feature' with the name of your local branch:
git remote add upstream https://github.com/ultralytics/yolov5.git
git fetch upstream
git checkout feature  # <----- replace 'feature' with local branch name
git rebase upstream/master
git push -u origin -f
  • ✅ Verify all Continuous Integration (CI) checks are passing.
  • ✅ Reduce changes to the absolute minimum required for your bug fix or feature addition. "It is not daily increase but daily decrease, hack away the unessential. The closer to the source, the less wastage there is." -Bruce Lee

@PawelKinczyk
Copy link

Please update yolov5 because this could generate my error with custom yolov5 model.

@fcakyon fcakyon closed this Aug 9, 2023
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.

yolov5 v7.0
2 participants