Skip to content

Commit

Permalink
fix combination of individsual tracker results
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikel Broström committed Sep 17, 2024
1 parent 308f374 commit b91350f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
python -m pip install --upgrade pip setuptools wheel poetry
poetry config virtualenvs.create false
poetry lock --no-update
poetry install
poetry install --with yolo
- name: Generate detections and embeddings
run: |
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
python -m pip install --upgrade pip setuptools wheel poetry
poetry config virtualenvs.create false
poetry lock --no-update
poetry install
poetry install --only main
- name: Download Detections and Embeddings
uses: actions/download-artifact@v3
Expand Down

0 comments on commit b91350f

Please sign in to comment.