objectdetection1 텐서플로우 Object detection 코드포함 (Tensorflow object detection: FasterRCNN+InceptionResNet &ssd+mobilenet) 코랩(Colab)상에서 텐서플로우(Tensorflow)로 Object Detection 하기 예제코드 입니다. 텐서플로우 2.1.0버젼 다운 및 함수호출 ▶ tensorflow 2.1.0. 설치 !pip install tensorflow==2.1.0 ▶ TF-Hub module 가져오기 import tensorflow as tf import tensorflow_hub as hub ▶ 이미지 다운로드/도식화를 위한 라이브러리 가져오기 import matplotlib.pyplot as plt import tempfile from six.moves.urllib.request import urlopen from six import BytesIO ▶ 이미지 상에 그리기 모듈 가져오기 import numpy as .. 2020. 3. 12. 이전 1 다음