Skip to content

Commit 699c7bd

Browse files
committed
Added Requirements.txt file for tinyyolov2 sample
Signed-off-by: MaajidKhan <[email protected]>
1 parent e1e6c01 commit 699c7bd

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

python/OpenVINO_EP/tiny_yolo_v2_object_detection/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ The source code for this sample is available [here](https://github.com/microsoft
2929
* use any sample video with objects as test input to this sample
3030
* Download the tinyYOLOv2 model from the ONNX Model Zoo
3131

32+
Note: For all the python package dependencies requirements, check 'requirements.txt' file in the sample directory
33+
3234
## Running the ONNXRuntime OpenVINO Execution Provider sample
3335
```bash
3436
python3 tiny_yolov2_obj_detection_sample.py
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
certifi==2021.5.30
2+
flatbuffers==2.0
3+
numpy==1.21.1
4+
onnx==1.10.1
5+
opencv-python==4.5.3.56
6+
Pillow==8.3.2
7+
protobuf==3.17.3
8+
scipy==1.7.1
9+
six==1.16.0
10+
typing-extensions==3.10.0.0

python/OpenVINO_EP/yolov4_object_detection/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The source code for this sample is available [here](https://github.com/microsoft
3636
* use any sample video with objects as test input to this sample
3737
* Download the tinyYOLOv2 model from the ONNX Model Zoo
3838
[Download Sample videos](https://github.com/intel-iot-devkit/sample-videos)
39-
* For all the python package dependencies requirements, check 'requirements.txt' file in the sample directory.
39+
Note: For all the python package dependencies requirements, check 'requirements.txt' file in the sample directory.
4040

4141
## Running the ONNXRuntime OpenVINO Execution Provider sample
4242

0 commit comments

Comments
 (0)