Skip to content

Commit

Permalink
Update realtime_rpi.rst (PyTorchKorea#617)
Browse files Browse the repository at this point in the history
Add translation
  • Loading branch information
YunjinJo authored Dec 2, 2022
1 parent ff0befc commit 01158fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intermediate_source/realtime_rpi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ OpenCV๋Š” ``numpy`` ๋ฐฐ์—ด์„ BGR๋กœ ๋ฐ˜ํ™˜ํ•˜๋ฏ€๋กœ ์ด ๋ฐฐ์—ด์„ ์ฝ๊ณ  ์•ฝ๊ฐ„
.. code:: python
ret, image = cap.read()
# convert opencv output from BGR to RGB
# opencv ์ถœ๋ ฅ์„ BGR์—์„œ RGB๋กœ ๋ณ€ํ™˜ํ•ฉ๋‹ˆ๋‹ค.
image = image[:, :, [2, 1, 0]]
๋ฐ์ดํ„ฐ๋ฅผ ์ฝ๊ณ  ์ฒ˜๋ฆฌํ•˜๋Š”๋ฐ ์•ฝ ``3.5ms`` ๊ฐ€ ๊ฑธ๋ฆฝ๋‹ˆ๋‹ค.
Expand Down

0 comments on commit 01158fa

Please sign in to comment.