You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
giving me this error "No module named 'object_detection'"
I tried to install
conda install tensorflow-object-detection-api
but cannot install in my virtual envr of conda i am wondering this error is due the this module or i am not giving a proper path to some directories secondly what should be the model for which we have to put the path in directory of file 'id_card_detection_image'
under
Name of the directory containing the object detection module we're using
giving me this error "No module named 'object_detection'"
I tried to install
conda install tensorflow-object-detection-api
but cannot install in my virtual envr of conda i am wondering this error is due the this module or i am not giving a proper path to some directories secondly what should be the model for which we have to put the path in directory of file 'id_card_detection_image'
under
Name of the directory containing the object detection module we're using
MODEL_NAME = 'model'
IMAGE_NAME = 'test_images/image1.png'
The text was updated successfully, but these errors were encountered: