AI

ImageAI - ①소개, Installing ImageAI

으뜸점2 2020. 6. 9. 14:45

https://imageai.readthedocs.io/en/latest/index.html

 

Official English Documentation for ImageAI! — ImageAI 2.1.5 documentation

Official English Documentation for ImageAI! ImageAI is a python library built to empower developers, reseachers and students to build applications and systems with self-contained Deep Learning and Computer Vision capabilities using simple and few lines of

imageai.readthedocs.io

ImageAI는 개발자, 교육자 및 학생이 간단한 코드 몇 줄을 사용하여 자체 포함 된 딥 러닝 및 컴퓨터 비전 기능을 갖춘 응용 프로그램 및 시스템을 구축 할 수 있도록 개발 된 Python 라이브러리입니다.

ImageAI는 DeepQuest AI 팀인 Moses Olafenwa와 John Olafenwa가 개발 한 프로젝트입니다.

 

https://github.com/OlafenwaMoses/ImageAI

 

OlafenwaMoses/ImageAI

A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities - OlafenwaMoses/ImageAI

github.com

Installing ImageAI

ImageAI를 사용하려면 Python 3.5.1 이상과 다른 Python 라이브러리 및 프레임 워크가 설치되어 있어야합니다.

Python 3.5.1 or higher

Tensorflow 1.4.0 or higher

#Tensorflow
pip install --upgrade tensorflow

#OpenCV
pip install opencv-python

#Keras
pip install keras

#ImageAI
pip install imageai --upgrade

 

Video Object Detection

 

Image Object Detection