Object Detection with Python, Tensorflow and ImageAI within 5 minutes

Опубликовано: 14 Июль 2019
на канале: TechSolution
26,808
271

Object Detection like Human, By-cycle, moto-cycle, truck etc.

Install the dependencies:

1) Download and install Python 3 from official Python Language website
https://python.org

2) Install the following dependencies via pip:
i. Tensorflow
pip install tensorflow

ii. Numpy
pip install numpy

iii. SciPy
pip install scipy

iv. OpenCV
pip install opencv-python

v. Pillow
pip install pillow

vi. Matplotlib
pip install matplotlib

vii. H5py
pip install h5py

viii. Keras
pip install keras

ix. ImageAI
pip3 install https://github.com/OlafenwaMoses/Imag...

3) Download the RetinaNet model file that will be used for object detection via this link.
https://github.com/OlafenwaMoses/Imag...

This video is based on a post on medium:
https://towardsdatascience.com/object...


Смотрите видео Object Detection with Python, Tensorflow and ImageAI within 5 minutes онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь TechSolution 14 Июль 2019, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 26,808 раз и оно понравилось 271 людям.