Information Security ˗ˋˏ ♡ ˎˊ˗
반응형

인공지능 3

[DeepLearning] Tensorflow Object Detection을 통한 실시간 객체 탐지

1. 아나콘다 설치 https://t-okk.tistory.com/34?category=806318 아나콘다(Anaconda) 설치하기 - Tensorflow 1. 아나콘다 홈페이지 https://www.anaconda.com/distribution/ Anaconda Python/R Distribution - Free Download Anaconda Distribution is the world's most popular Python data science platform. Download th.. t-okk.tistory.com 2. Tensorflow object detection API 이용하기 https://jamessong.tistory.com/2 tensorflow object detectio..

AI/deep learning 2020.04.02

[Tensorflow] 아나콘다(Anaconda) 설치하기

1. 아나콘다 홈페이지 https://www.anaconda.com/distribution/ Anaconda Python/R Distribution - Free Download Anaconda Distribution is the world's most popular Python data science platform. Download the free version to access over 1500 data science packages and manage libraries and dependencies with Conda. www.anaconda.com - 설치 파일 다운 받기 2. 설치 파일을 관리자 권한으로 실행 후 설치 진행 Add Anaconda to the system PATH environm..

AI/deep learning 2020.04.02

tensorflow of YOLOv3 실습

실습 : https://github.com/YunYang1994/tensorflow-yolov3 Please install tensorflow-gpu 1.11.0 참고 : https://gorakgarak.tistory.com/1314 가상머신 : tf-gpu 1. Introduction tensorflow YOLOv3를 이용하여 object detection 2. Quick start 2.1) $ pip install -r ./docs/requirements.txt 2.2) Exporting loaded COCO weights as TF checkpoint(yolov3_coco.ckpt) = 적재된 coco 가중치를 TF 체크포인트로 내보내기 윈도우에서 wget 사용 https://www.poftut...

AI/deep learning 2019.08.20
반응형