๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ
728x90
๋ฐ˜์‘ํ˜•

๋”ฅ๋Ÿฌ๋‹๐Ÿค–20

๋ฌด๋ฃŒ๋กœ Yolo , Opencv ์— ๋Œ€ํ•ด ๊ณต๋ถ€ํ•  ์ˆ˜ ์žˆ๋Š” ์‚ฌ์ดํŠธ ๊นƒํ—™์—์„œ yolo๋ฅผ ์ด์šฉํ•œ ํ”„๋กœ์ ํŠธ์—๋Œ€ํ•ด ์ฐพ์•„๋ณด๋‹ค๊ฐ€ https://github.com/pythonlessons/TensorFlow-2.x-YOLOv3 ์œ„ ์‚ฌ์ดํŠธ๊ณผ ใ„ฑใ…Š์•„ ๋ณด์—ฌ์„œ READ.me ํŒŒ์ผ์„ ์ฝ์–ด๋ณด์•˜๋‹ค. ๊ทธ๋Ÿฐ๋ฐ ๋งˆ์ง€๋ง‰ ๋‚ด์šฉ์ค‘ ์ฐธ๊ณ ํ•œ? ์‚ฌ์ดํŠธ๋“ค์ด ์žˆ์–ด ๋“ค์–ด๊ฐ€๋ณด๋‹ˆ ๋ฌด๋ฃŒ๋กœ ์•Œ๋ ค์ฃผ๋Š” ์‚ฌ์ดํŠธ๊ฐ€ ์žˆ์—ˆ๋‹ค. https://pylessons.com/ Django Tutorial In these tutorials, I’m going to explain to you an easy way to train YOLOv3 and YOLOv4 on TensorFlow 2. Will give you examples with Google Colab, Rpi3, TensorRT and more... pylessons.com 2022. 4. 1.
webcam์—์„œ ๊ฐ€์ ธ์˜จ ์˜์ƒ์„ mp4๋กœ ์ €์žฅํ•˜๋Š” OpenCV Python import cv2 import time import os # ์ด๋ฏธ์ง€์— ํ…์ŠคํŠธ๋ฅผ ์ถœ๋ ฅํ•˜๋Š” ํ•จ์ˆ˜ def draw_text(img, text, x, y): font = cv2.FONT_HERSHEY_SIMPLEX font_scale = 1 font_thickness = 2 text_color=(255, 0, 0) text_color_bg=(0, 0, 0) text_size, _ = cv2.getTextSize(text, font, font_scale, font_thickness) text_w, text_h = text_size offset = 5 cv2.rectangle(img, (x - offset, y - offset), (x + text_w + offset, y + text_h + offset), te.. 2022. 4. 1.
openCV๋ฅผ ์‚ฌ์šฉํ•œ YOLO ๊ฐ์ฒด ๊ฐ์ง€ ๊นƒํ—™์—์„œ ํฅ๋ฏธ๋กœ์šด ํ”„๋กœ์ ํŠธ๊ฐ€ ์žˆ์–ด ํ•œ๋ฒˆ ์‹คํ–‰ ์‹œ์ผœ๋ณด์•˜๋‹ค. https://github.com/yash42828/YOLO-object-detection-with-OpenCV GitHub - yash42828/YOLO-object-detection-with-OpenCV: Object detection using YOLO object detector Object detection using YOLO object detector. Contribute to yash42828/YOLO-object-detection-with-OpenCV development by creating an account on GitHub. github.com ๋”ฅ๋Ÿฌ๋‹, OpenCV , python ์„ ์‚ฌ์šฉํ•˜์—ฌ ์ด๋ฏธ์ง€์™€ ๋น„๋””์˜ค์ŠคํŠธ๋ฆผ ๋ชจ๋‘์—์„œ .. 2022. 4. 1.
ํ…์„œํ”Œ๋กœ์šฐ ๋ฒ„์ „ ํ™•์ธ (cmd ์ฐฝ์—์„œ) pip show tensorflow 2022. 3. 23.
728x90
๋ฐ˜์‘ํ˜•