diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index e7cdaacf..e81d6b4d 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -33,8 +33,8 @@ jobs: make install-zeroshot-counting make test-zeroshot-counting - - name: depth-estimation tests + - name: depth-anything-v2 tests run: | - make install-depth-estimation - make test-depth-estimation + make install-depth-anything-v2 + make test-depth-anything-v2 diff --git a/Makefile b/Makefile index 623c4223..c075b3a1 100644 --- a/Makefile +++ b/Makefile @@ -55,8 +55,8 @@ test-zeroshot-counting: # Run zeroshot-counting unit tests $(POETRY) run pytest tests/tools/test_loca.py -test-depth-estimation: - # Run depth-estimation unit tests +test-depth-anything-v2: + # Run depth-anything-v2 unit tests $(POETRY) run pytest tests/tools/test_depth_anything_v2.py test-florencev2: