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:
parent
db82d1c6ae
commit
3637516412
5 changed files with 22 additions and 118 deletions
3
.github/workflows/format.yml
vendored
3
.github/workflows/format.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue