Add https://youtu.be/q7LwPoM7tSQ to guides/yolo-performance-metrics.md (#8114)

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Muhammad Rizwan Munawar 2024-02-10 00:34:30 +05:00 committed by GitHub
parent 5cb05a85c7
commit f5db31fe43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 1 deletions

View file

@ -33,6 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel build twine
pip install "git+https://github.com/squidfunk/mkdocs-material@master"
pip install -e ".[dev]" --extra-index-url https://download.pytorch.org/whl/cpu
- name: Check PyPI version
shell: python