Objetive: Object detection Image
https://github.com/OlafenwaMoses/ImageAI
pip install keras-retinanet
At CMD command executed with administrator
cmd.exe
> activate retinanet
1. Clone Git retinanet from Github and have a download in your machine
2. Go to the command line:
CMD.exe
3. Change folder:
cd\ C:\Users\Lenovo\Google Drive\UPT_Portucalense\GitHub\ML\keras-retinanet
cd\ C:\Users\Lenovo\ML\keras-retinanet - baixei nesta pasta o retinanet
4. make the buil from retinanet
python setup.py build_ext --inplace
AboutCython - Cython its a compiler to Python
http://docs.cython.org/en/latest/src/tutorial/cython_tutorial.html#cython-hello-world
Install Cython in anaconda
conda install -c anaconda cython