Darkflow library is installed succesfully but when it is imported it gives 'ImportError'. When 'darkflow' is imported it gives no error. But when 'TFNet' is imported from 'darkflow.net.build' then it gives 'ImportError: No module named 'darkflow.net''
Installed darkflow successfully and imported it.
from darkflow.net.build import TFNet
Expected result : TFNet imported
Actual result: ImportError: No module named 'darkflow.net'
Link to the image for error message - https://drive.google.com/open?id=1fuwJtAL1pVehd80oa_EglgQRMin_0Q0O