Skip to content

Commit

Permalink
Merge pull request #1786 from mikel-brostrom/update
Browse files Browse the repository at this point in the history
delete --no-update
  • Loading branch information
mikel-brostrom authored Jan 7, 2025
2 parents 90797e3 + 4925335 commit 246c449
Show file tree
Hide file tree
Showing 4 changed files with 277 additions and 294 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
python -m pip install --upgrade pip setuptools wheel poetry
poetry config virtualenvs.create false
poetry lock --no-update
poetry lock
poetry install --with yolo
- name: Download eval tools repo
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
fi
python -m pip install --upgrade pip setuptools wheel poetry
poetry config virtualenvs.create false
poetry lock --no-update
poetry lock
poetry install --with yolo
- name: Generate detections and embeddings
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
fi
python -m pip install --upgrade pip setuptools wheel poetry
poetry config virtualenvs.create false
poetry lock --no-update
poetry lock
poetry install --with yolo,evolve
- name: Evolve set of parameters for selected tracking method
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
sudo apt-get install -y jq
python -m pip install --upgrade pip setuptools wheel poetry
poetry config virtualenvs.create false
poetry lock --no-update
poetry lock
poetry install
- name: Generate detections and embeddings
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
fi
python -m pip install --upgrade pip setuptools wheel poetry
poetry config virtualenvs.create false
poetry lock --no-update
poetry lock
poetry install --with yolo
- name: Test tracking with pose models
env:
Expand All @@ -225,7 +225,7 @@ jobs:
fi
python -m pip install --upgrade pip setuptools wheel poetry
poetry config virtualenvs.create false
poetry lock --no-update
poetry lock
poetry install --with yolo
- name: Test tracking with pose models
env:
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
fi
python -m pip install --upgrade pip setuptools wheel poetry
poetry config virtualenvs.create false
poetry lock --no-update
poetry lock
poetry install --with yolo
- name: Test tracking with seg models
env:
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
fi
python -m pip install --upgrade pip setuptools wheel poetry
poetry config virtualenvs.create false
poetry lock --no-update
poetry lock
poetry install --with export
# needed for TFLite export
Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:
fi
python -m pip install --upgrade pip setuptools wheel poetry
poetry config virtualenvs.create false
poetry lock --no-update
poetry lock
poetry install --with test
- name: Test export models
run: python boxmot/appearance/reid_export.py --include torchscript onnx openvino --device cpu --batch-size 3 --dynamic
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
poetry install
poetry update
poetry lock --no-update
poetry lock
- name: Commit changes
run: |
Expand Down
Loading

0 comments on commit 246c449

Please sign in to comment.