Add note to YOLO-v3 conversion instructions (#10428)
* added note to yolo v3 conversion instructions * fix typo * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_YOLO_From_Tensorflow.md style fix Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com> Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com>
This commit is contained in:
parent
ade4c6c7f9
commit
6e5eb87340
@ -72,6 +72,7 @@ git checkout ed60b90
|
||||
pip install pillow
|
||||
```
|
||||
6. Run a converter:
|
||||
> **NOTE**: This converter works with TensorFlow 1.x and numpy 1.19 or lower.
|
||||
- For YOLO-v3:
|
||||
```sh
|
||||
python3 convert_weights_pb.py --class_names coco.names --data_format NHWC --weights_file yolov3.weights
|
||||
|
Loading…
Reference in New Issue
Block a user