kentaroy47 / frcnn-from-scratch-with-keras

:collision:Faster R-CNN from scratch written with Keras
Apache License 2.0
168 stars 106 forks source link

ModuleNotFoundError: No module named 'tensorflow.compat.v1' #99

Open Tovion opened 4 years ago

Tovion commented 4 years ago

I had this error with tensorflow 1.12.0 when trying to use the test_frcnn.py. I manged to fix it by changing to tensorflow 1.14.

unshun0120 commented 1 year ago

I used tensorflow==2.11.0 and keras==2.2.4 and I didn't face the above problem