Object Detection with Python Tensorflow and ImageAI within 5 minutes
YOUR LINK HERE:
http://youtube.com/watch?v=SazWuIIxwZc
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...
#############################
