MAXTe21
MAXTe21
Error message is: Traceback (most recent call last): File "/content/drive/MyDrive/5:30_models/research/object_detection/model_main_tf2.py", line 31, in from object_detection import model_lib_v2 ImportError: cannot import name 'model_lib_v2' from 'object_detection' (/usr/local/lib/python3.10/dist-packages/object_detection/__init__.py) Error from this code: !python...
About my version information, I run '!pip list' code These (parts) appeared: keras 3.1.1 numpy 1.25.2 opencv-python 4.8.0.76 pip 23.1.2 pip-tools 6.13.0 python-apt 0.0.0 python-box 7.1.1 python-dateutil 2.8.2 python-louvain 0.16...
This is the other part of the colab code that I use to get some files and modules '' !git clone https://github.com/tensorflow/models.git '/content/drive/My Drive/5:30_models' '' and '' %%bash cd /content/drive/MyDrive/5:30_models/research/...
This is the other part of the colab code that I use to get some files and modules: '' !git clone https://github.com/tensorflow/models.git '/content/drive/My Drive/5:30_models' '' and : '' %%bash cd...
I checked the relevant information on the Internet and the code that reported the same error, but I didn't find a good solution. I'm just a beginner and don't know...
> hey MAXTe21 Please help me out if you have fixed this issue im exactly getting the same error when i try to train my model I solved it, but...