FireNET icon indicating copy to clipboard operation
FireNET copied to clipboard

what are the version of these dependencies.

Open tothedistance opened this issue 4 years ago • 2 comments

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

tothedistance avatar Feb 04 '21 01:02 tothedistance

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 avatar Jul 13 '21 15:07 NVukobrat

@NVukobrat thank you very much

tothedistance avatar Jul 14 '21 15:07 tothedistance