YOLO Segment sigmoid() fix (#13939)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: DeepDiver <zhaoxu1015@gmail.com>
Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>
This commit is contained in:
Glenn Jocher 2024-06-25 11:53:42 +02:00 committed by GitHub
parent 3bb0c5afa3
commit b10e0f3fa8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View file

@ -260,7 +260,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install requirements
run: pip install -e .
run: pip install -e . pytest-cov
- name: Check environment
run: |
yolo checks