ultralytics 8.2.63 refactor FastSAMPredictor (#14582)

Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>
Co-authored-by: Laughing-q <1185102784@qq.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Nguyễn Anh Bình 2024-07-23 00:59:37 +07:00 committed by GitHub
parent db82d1c6ae
commit 3637516412
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 22 additions and 118 deletions

View file

@ -5,6 +5,8 @@
name: Ultralytics Actions
on:
issues:
types: [opened, edited]
pull_request_target:
branches: [main]
types: [opened, closed, synchronize]
@ -17,6 +19,7 @@ jobs:
uses: ultralytics/actions@main
with:
token: ${{ secrets.GITHUB_TOKEN }} # automatically generated, do not modify
labels: true # autolabel issues and PRs
python: true # format Python code and docstrings
markdown: true # format Markdown
prettier: true # format YAML