Information Security ˗ˋˏ ♡ ˎˊ˗

AI/deep learning

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

토오쓰 2020. 4. 2. 15:43

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 detection API at Windows 동작 에 필요한 개발 환경 구성

윈도우 기반 Tensorflow Object Detection을 통한 실시간 객체 탐지.(Anaconda) 1. 우선 Windows 전용 아나 콘다를 설치 한다. - https://www.anaconda.com/download/ 2. Anaconda promt 실행 하고 하기 아래와 같..

jamessong.tistory.com

https://yongyong-e.tistory.com/35?category=836820

 

[Tensorflow Object Detection API] 3. Testing your own dataset

1) Exporting the Tensorflow Graph Training후, 생성된 model.ckpt-{CEHCKPOINT_NUMBER}.* 파일들을 inference_graph로 변환하여 학습된 모델을 평가해보자. # models/object_detection/ python export_infere..

yongyong-e.tistory.com