Skip to content

Commit

Permalink
Update test-calibration-downloads (#2078)
Browse files Browse the repository at this point in the history
* Update test-calibration-downloads

* Rename test-calibration-downloads to test-calibration-downloads.yml
  • Loading branch information
arjunsuresh authored Feb 3, 2025
1 parent 951be20 commit cca6812
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,23 @@ jobs:
- name: Download Openimages Calibration
run: |
mlcr get,dataset,openimages,_calibration --outdirname=.
download-igbh:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [ "3.9" ]

steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python3 -m pip install mlc-scripts
- name: Download IGBH Calibration
run: |
mlcr get,dataset,igbh,_calibration --outdirname=.

0 comments on commit cca6812

Please # to comment.