forked from openvinotoolkit/nncf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrated examples to OpenVINO 2023.0 and added tests for them (openvi…
…notoolkit#1908) ### Changes - Updated .gitignore to exude example's artifacts - Migrated examples to OpenVINO 2023.0. - Bump up ultralytics to 8.0.43 for yolo8 examples - Fixed ssd300_vgg16 example - Fixed yolo8 examples - Added tests/cross_fw/examples/test_examples.py - Updated Makefile ### Reason for changes - Migrated examples to the latest OpenVINO. - Regular example validation. ### Related tickets N/A ### Tests tests/cross_fw/examples/test_examples.py Run tests via make: `make test-examples` --------- Co-authored-by: Nikita Savelyev <nikita.savelyev@intel.com>
- Loading branch information
1 parent
b828097
commit 6e614d8
Showing
31 changed files
with
601 additions
and
166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ scikit-learn | |
fastdownload | ||
onnx~=1.13.1 | ||
onnxruntime~=1.14.1 | ||
openvino-dev | ||
openvino-dev==2023.0.0 |
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ze_with_accuracy_control/requirements.txt → ...ze_with_accuracy_control/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
anomalib@ git+https://github.com/openvinotoolkit/anomalib@d0b8ce8ea100bbdfb058f00a3b246f257a08da93#egg=anomalib | ||
openvino-dev | ||
openvino-dev==2023.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ torchvision | |
tqdm | ||
scikit-learn | ||
fastdownload | ||
openvino-dev~=2022.3.0.dev | ||
openvino-dev==2023.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
examples/post_training_quantization/openvino/yolov8/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
ultralytics==8.0.5 | ||
onnx | ||
openvino-dev | ||
ultralytics==8.0.43 | ||
onnx>=1.12.0 | ||
openvino-dev==2023.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ost_training_quantization/openvino/yolov8_quantize_with_accuracy_control/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
ultralytics==8.0.5 | ||
onnx | ||
openvino-dev | ||
ultralytics==8.0.43 | ||
onnx>=1.12.0 | ||
openvino-dev==2023.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
examples/post_training_quantization/tensorflow/mobilenet_v2/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
tensorflow~=2.11.1 | ||
tensorflow>=2.7.0,<2.12 | ||
tensorflow-datasets | ||
tqdm | ||
openvino-dev~=2022.3.0.dev | ||
openvino-dev==2023.0.0 |
Oops, something went wrong.