This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/OlafenwaMoses/ImageAI/releases/download/1.0/resnet50_coco_best_v2.0.1.h5 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip install https://github.com/OlafenwaMoses/ImageAI/releases/download/2.0.1/imageai-2.0.1-py3-none-any.whl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
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 | |
''' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
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 | |
''' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
NewerOlder