Simple application for recognizing objects in images. Python version = 3.7.6. Project preparation and install ImageAI: https://imageai.readthedocs.io/en/latest/
- Tensorflow 2.4.0: pip install tensorflow==2.4.0
- Other Dependencies: pip install keras==2.4.3 numpy==1.19.3 pillow==7.0.0 scipy==1.4.1 h5py==2.10.0 matplotlib==3.3.2 opencv-python keras-resnet==0.2.0
- ImageAI: pip install imageai --upgrade
The RetinaNet and YOLOv3 models can be found in the readme file at the link: https://github.com/OlafenwaMoses/ImageAI/tree/master/imageai/Detection