[DOCS] Code block update for 23.0 (#18451)
* code-block-1 * Update Convert_Model_From_Paddle.md * code-block force * fix * fix-2 * Update troubleshooting-steps.md * code-block-2 * Update README.md
This commit is contained in:
@@ -64,8 +64,8 @@ To run the sample, you need specify a model and image:
|
||||
|
||||
The sample accepts an uncompressed image in the NV12 color format. To run the sample, you need to convert your BGR/RGB image to NV12. To do this, you can use one of the widely available tools such as FFmpeg\* or GStreamer\*. The following command shows how to convert an ordinary image into an uncompressed NV12 image using FFmpeg:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
ffmpeg -i cat.jpg -pix_fmt nv12 cat.yuv
|
||||
|
||||
.. note::
|
||||
|
||||
@@ -153,7 +153,8 @@ Running the application with the ``-h`` or ``--help`` option yields the followin
|
||||
|
||||
.. scrollbox::
|
||||
|
||||
.. code-block::
|
||||
.. code-block:: sh
|
||||
:force:
|
||||
|
||||
[Step 1/11] Parsing and validating input arguments
|
||||
[ INFO ] Parsing input parameters
|
||||
|
||||
@@ -68,7 +68,7 @@ To run the sample, you need to specify a model and image:
|
||||
|
||||
The sample accepts an uncompressed image in the NV12 color format. To run the sample, you need to convert your BGR/RGB image to NV12. To do this, you can use one of the widely available tools such as FFmpeg\* or GStreamer\*. The following command shows how to convert an ordinary image into an uncompressed NV12 image using FFmpeg:
|
||||
|
||||
.. code-block:: bash
|
||||
.. code-block:: sh
|
||||
|
||||
ffmpeg -i cat.jpg -pix_fmt nv12 car.yuv
|
||||
|
||||
|
||||
@@ -108,7 +108,7 @@ Running
|
||||
|
||||
Run the application with the ``-h`` option to see the usage message:
|
||||
|
||||
.. code-block:: bash
|
||||
.. code-block:: sh
|
||||
|
||||
python speech_sample.py -h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user