We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ffbf8 commit 7829746Copy full SHA for 7829746
.github/workflows/test_accuracy.yml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
source venv/bin/activate
36
pytest --data=./data tests/python/accuracy/test_accuracy.py
37
- # DATA=data pytest --data=./data tests/python/accuracy/test_YOLOv8.py
+ # DATA=data pytest --data=./data tests/python/accuracy/test_YOLOv8.py # checkpoints are not available sometimes
38
- name: Install CPP dependencies
39
40
sudo bash src/cpp/install_dependencies.sh
@@ -48,7 +48,7 @@ jobs:
48
- name: Run CPP Test
49
50
build/test_accuracy -d data -p tests/python/accuracy/public_scope.json
51
- DATA=data build/test_YOLOv8
+ # DATA=data build/test_YOLOv8 # checkpoints are not available sometimes
52
- name: Run CPP-PY Bindings Test
53
54
0 commit comments