Object-Detection-API
Object-Detection-API copied to clipboard
ModuleNotFoundError: No module named 'tensorflow.keras'
from yolov3_tf2.models import YoloV3, YoloV3Tiny
File "E:\OD-2\Object-Detection-API\yolov3_tf2\models.py", line 5, in
This is because
- you are using venv different from python 3.7(if using pip, make 3.7 virtual environment)
- The virtual environment is not activated (where all the modules are installed ), uses conda activate