FireNET
FireNET copied to clipboard
what are the version of these dependencies.
I cannot get the fire_net.py to work. some package is always the wrong version, causing some missing function or module. So can you specify a working combination of versions of these packages
I had the same issue, if it's not late for you, these versions will work for this project (you can execute those lines):
# Install dependencies
pip3 install tensorflow==1.4.0 --upgrade
pip3 install opencv-python
pip3 install keras==2.1.5
pip3 install imageai==2.1.0 --upgrade
@NVukobrat thank you very much