parking-space-detection-system
parking-space-detection-system copied to clipboard
Tensorflow==1.15.2 giving error 'get_config' Import Error
While runnning detecttor.py with mentioned version of tf ==1.15.2 , getting error repeatedly:
ISSUE 1:
File "detector.py", line 8, in
ISSUE 2:
While mr_cnn repo is mentioning to use tensorflow version >= 1.3.0 , not sure how we are using both these versions
To resolve above error:
Tried 1 : pip install --upgrade tensorflow pip install --upgrade tensorflow-gpu
Error is still persistent.
pip install tensorflow==1.14.0
this will solve problem