File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
tiny_yolo_v2_object_detection Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff 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
3436python3 tiny_yolov2_obj_detection_sample.py
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments