๋ฐ˜์‘ํ˜•

๐Ÿ’ป Python 10

Jupyter Notebook ๋‹จ์ถ•ํ‚ค ๋ชจ์Œ

์…€ ๋ช…๋ น ๋ชจ๋“œ (Cell Command Mode) Shift + Enter: ํ˜„์žฌ ์…€ ์‹คํ–‰ ํ›„ ๋‹ค์Œ ์…€๋กœ ์ด๋™ (๋‹ค์Œ ์…€์ด ์—†์„ ๊ฒฝ์šฐ ์ƒˆ๋กœ์šด ์…€ ์ƒ์„ฑ) Ctrl + Enter: ํ˜„์žฌ ์…€ ์‹คํ–‰ Alt + Enter: ํ˜„์žฌ ์…€ ์‹คํ–‰ ํ›„ ์•„๋ž˜์— ์ƒˆ๋กœ์šด ์…€ ์‚ฝ์ž… Y: ์ฝ”๋“œ ์…€๋กœ ๋ณ€๊ฒฝ M: ๋งˆํฌ๋‹ค์šด ์…€๋กœ ๋ณ€๊ฒฝ R: Raw ์…€๋กœ ๋ณ€๊ฒฝ(์ฝ”๋“œ๋ฅผ ์‹คํ–‰ํ•˜์ง€ ์•Š๋Š” ์ƒํƒœ๋กœ ๋ณ€๊ฒฝ) A: ํ˜„์žฌ ์…€ ์œ„์— ์ƒˆ๋กœ์šด ์…€ ์‚ฝ์ž… (Above) B: ํ˜„์žฌ ์…€ ์•„๋ž˜์— ์ƒˆ๋กœ์šด ์…€ ์‚ฝ์ž… (Below) X, DD: ํ˜„์žฌ ์…€ ์‚ญ์ œ Z: ์‚ญ์ œํ•œ ์…€ ๋ณต๊ตฌ C: ์…€ ๋ณต์‚ฌํ•˜๊ธฐ Shift + M: ํ˜„์žฌ ์…€๊ณผ ๋‹ค์Œ ์…€์„ ๋ณ‘ํ•ฉ 1~6: Markdown ์…€๋กœ ๋ณ€๊ฒฝํ•˜๊ณ  ๋‚ด์šฉ์„ ์ œ๋ชฉ์œผ๋กœ ๋ณ€๊ฒฝ(1~6๊นŒ์ง€ ๋‹จ๊ณ„๋ณ„ ๊ธ€์”จ ํฌ๊ธฐ ์กฐ์ •) L: ์…€์— ์ค„ ๋ฒˆํ˜ธ๊ฐ€ ๋‚˜ํƒ€๋‚˜๊ฒŒ Ctrl ..

๐Ÿ’ป Python 2024.03.11

Deep Learning based Object Detection using YOLOv3 with OpenCV ( Python / C++ )

Deep Learning based Object Detection using YOLOv3 with OpenCV ( Python / C++ ) (learnopencv.com) https://youtu.be/WP4F6aK1Ft8 In this post, we will learn how to use YOLOv3 — a state of the art object detector — with OpenCV. YOLOv3 is the latest variant of a popular object detection algorithm YOLO – You Only Look Once. The published model recognizes 80 different objects in images and videos, but ..

๐Ÿ’ป Python 2022.08.18
๋ฐ˜์‘ํ˜•