Skip to content

Instantly share code, notes, and snippets.

View Ahanmr's full-sized avatar
🎯
Focusing

Ahan M R Ahanmr

🎯
Focusing
  • Bangalore, India
View GitHub Profile
https://github.com/OlafenwaMoses/ImageAI/releases/download/1.0/resnet50_coco_best_v2.0.1.h5
pip install https://github.com/OlafenwaMoses/ImageAI/releases/download/2.0.1/imageai-2.0.1-py3-none-any.whl
Kaiming H. et al, Deep Residual Learning for Image Recognition
https://arxiv.org/abs/1512.03385
Szegedy. et al, Rethinking the Inception Architecture for Computer Vision
https://arxiv.org/abs/1512.00567
Gao. et al, Densely Connected Convolutional Networks
https://arxiv.org/abs/1608.06993
'''
Editor: Ahan M R
Date: 18-06-2018
Python 3.6.0
'''
#PS1 CROWD DETECTION IN THE SITUATION
'''
From imageAI API, we import Object detection and use it to detect the object classes in the image
'''
'''
Editor: Ahan M R
Date: 18-06-2018
Python 3.6.0
'''
#PS1 CROWD DETECTION IN THE CAFETERIA
'''
From imageAI API, we import Object detection and use it to detect the object classes in the image
'''
pip3 install --upgrade tensorflow
pip3 install numpy
pip3 install scipy
pip3 install pillow
pip3 install h5py
pip3 install opencv-python
pip3 install matplotlib
pip3 install keras