전체 글 (48) 썸네일형 리스트형 3-4. Hello Object Detection 참조: https://docs.openvino.ai/2024/notebooks/hello-detection-with-output.html Hello Object Detection — OpenVINO™ documentationHello Object Detection This Jupyter notebook can be launched on-line, opening an interactive environment in a browser window. You can also make a local installation. Choose one of the following options: A very basic introduction to using object detection mdocs.openvino.ai .. 3-3. Frame interpolation using FILM and OpenVINO 참고: https://docs.openvino.ai/2024/notebooks/film-slowmo-with-output.html Frame interpolation using FILM and OpenVINO — OpenVINO™ documentationFrame interpolation using FILM and OpenVINO This Jupyter notebook can be launched after a local installation only. Frame interpolation is the process of synthesizing in-between images from a given set of images. The technique is often used for temporal up-.. 3-2. Colorize grayscale images using DDColor and OpenVINO 참고: https://docs.openvino.ai/2024/notebooks/ddcolor-image-colorization-with-output.html Colorize grayscale images using DDColor and OpenVINO — OpenVINO™ documentationColorize grayscale images using DDColor and OpenVINO This Jupyter notebook can be launched after a local installation only. Image colorization is the process of adding color to grayscale images. Initially captured in black and white.. 3-1. 3D Human Pose Estimation with OpenVINO 참조: https://docs.openvino.ai/2024/notebooks/3D-pose-estimation-with-output.html Live 3D Human Pose Estimation with OpenVINO — OpenVINO™ documentationMain Processing Function Run 3D pose estimation on the specified source. It could be either a webcam feed or a video file. def run_pose_estimation(source=0, flip=False, use_popup=False, skip_frames=0): """ 2D image as input, using OpenVINO as infere.. 3. OpenVINO 실습 참조: https://docs.openvino.ai/2024/learn-openvino/interactive-tutorials-python.html Interactive Tutorials (Python) — OpenVINO™ documentationInteractive Tutorials (Python) Jupyter notebooks show how to use various OpenVINO features to run optimized deep learning inference with Python. Notebooks with and buttons can be run in the browser, no installation required. Just choose a tutorial and clicdoc.. 2. OpenVINO 설치 참조: https://docs.openvino.ai/2024/get-started/install-openvino/install-openvino-archive-windows.html -- OpenVINO 설치 --앞에서 설치 준비는 다 했으므로 이제 OpenVINO를 설치해보자.글을 쓰는 지금 현재는 2024년 7월이고 이때 최근 공식버젼은 2024.2.0 이다 아래에서 다운로드 받을 수 있다.https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.2/windows/ storage.openvinotoolkit.org storage.openvinotoolkit.org 여기서 sha256 파일도 있는데 이건 다운받은 파일이 제대로 되었는.. 1. OpenVINO 2024.2 설치 요구 사양 확인 LINK: https://docs.openvino.ai/2024/get-started/install-openvino.html?PACKAGE=OPENVINO_BASE&VERSION=v_2024_2_0&OP_SYSTEM=WINDOWS&DISTRIBUTION=ARCHIVE 일단 설치부터 해보자. 해보면서 익히는 것이 제일 빠르지 않을까? 그러면 먼저 내 컴퓨터에 설치되는지부터 확인하기 위해서 System Requirements를 눌러보자.https://docs.openvino.ai/2024/about-openvino/release-notes-openvino/system-requirements.html# System Requirements — OpenVINO™ documentationUbuntu 22.04 wi.. 0. OpenVINO 란? (인터넷에서 OpenVINO를 검색할 정도라면, 분명 어느정도는 AI에 대해서 기본 지식을 가지고 있다고 생각하고 글을 쓴다.) AI 분야에서 돈이 많이 드는 작업은 아무래도 학습 과정일 것이다.학습할 데이터를 구하는 것에 많은 자원(돈과 시간)이 필요하고, 이 데이터들을 학습(training)시킬 때에 비싼 하드웨어가 필요하기에 그럴 것이다.물론 GPU 또는 NPU 없이 학습시킬 수도 있다. 그렇지만 해보면 안다. 할 짓이 못된다는 것을.... 그렇지만, 위의 작업들을 잘 보면 일회성이란 생각이 들 것이다. 맞다맞다.. 진짜 일회성은 아니지.그렇지만 가동율에는 많이 차이가 날 것이다. 그리고 학습시킨 모델을 저사양 컴퓨터에서 사용하고자 할 때도 성능이 정말 다 좋아야 할까?(여기서는 컴퓨터가 실제 PC.. 이전 1 ··· 3 4 5 6 다음