File tree
4 files changed
+4
-4
lines changed- tests
- e2e_tests
- thirdparty
- tools
4 files changed
+4
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
|
Submodule open_model_zoo updated 30 files
- .github/workflows/accuracy_checker.yml+1
- .github/workflows/cpp_gapi-demos.yml+1
- .github/workflows/model_api.yml+1
- demos/classification_benchmark_demo/cpp/main.cpp+1-1
- demos/common/python/model_zoo/model_api/README.md+2-2
- tools/accuracy_checker/accuracy_checker/adapters/README.md+5
- tools/accuracy_checker/accuracy_checker/adapters/__init__.py+2
- tools/accuracy_checker/accuracy_checker/adapters/yolo.py+68
- tools/accuracy_checker/accuracy_checker/annotation_converters/__init__.py+3-1
- tools/accuracy_checker/accuracy_checker/annotation_converters/convert.py+39-3
- tools/accuracy_checker/accuracy_checker/annotation_converters/hpatches.py+192
- tools/accuracy_checker/accuracy_checker/annotation_converters/ms_coco.py+4-3
- tools/accuracy_checker/accuracy_checker/config/config_validator.py+1-1
- tools/accuracy_checker/accuracy_checker/data_readers/__init__.py+2-1
- tools/accuracy_checker/accuracy_checker/data_readers/annotation_readers.py+36-2
- tools/accuracy_checker/accuracy_checker/data_readers/data_reader.py+10-1
- tools/accuracy_checker/accuracy_checker/launcher/input_feeder.py+10
- tools/accuracy_checker/accuracy_checker/launcher/pytorch_launcher.py+93-12
- tools/accuracy_checker/accuracy_checker/launcher/pytorch_launcher_readme.md+12
- tools/accuracy_checker/accuracy_checker/metrics/__init__.py+2
- tools/accuracy_checker/accuracy_checker/metrics/matches_homography.py+169
- tools/accuracy_checker/accuracy_checker/representation/__init__.py+7-1
- tools/accuracy_checker/accuracy_checker/representation/image_feature_representation.py+29
- tools/accuracy_checker/requirements-test.in+1-1
- tools/accuracy_checker/setup.py+1-1
- tools/accuracy_checker/tests/test_adapters.py+4-3
- tools/accuracy_checker/tests/test_convert.py+67
- tools/accuracy_checker/tests/test_detection_metrics.py+26-16
- tools/accuracy_checker/tests/test_preprocessor.py+7-7
- tools/accuracy_checker/tests/test_regression_metrics.py+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
0 commit comments