딥러닝2 [Deep Learning] 개념 및 실습 [모음/정리] + 회고 https://doraemin.tistory.com/97 [PyTorch] Anaconda, PyTorch 설치 및 실행[실습] Anaconda 실습 환경 설정https://www.anaconda.com/download Download Anaconda Distribution | AnacondaDownload Anaconda's open-source Distribution today. Discover the easiest way to perform Python/R data science and machine learning on a singledoraemin.tistory.comhttps://doraemin.tistory.com/99 [CNN] [전이학습] 시작 및 실행[실습] CNN# 1. 라이브러리 호.. 2025. 1. 19. [YOLO] 시작 및 실행 [실습] roboflow활용하여, YOLO 실행# 환경 구축 (런타임 GPU 사용으로 변경)# yolo9 git 가져오기 및 환경 설치!git clone https://github.com/SkalskiP/yolov9.git%cd yolov9!pip install -r requirements.txt -qimport osHOME = os.getcwd()print(HOME) # /content/yolov9!pip install -q roboflow# Example 데이터 다운로드 및 사전학습된 COCO model 로 객체탐지 테스트# 모델 가중치 다운로드!wget -P {HOME}/weights -q https://github.com/WongKinYiu/yolov9/releases/download/v0.1/y.. 2025. 1. 18. 이전 1 다음