EdjeElectronics / TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10

How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows
Apache License 2.0
2.92k stars 1.3k forks source link

ModuleNotFoundError: No module named 'tensorflow' #124

Open kartarkat opened 6 years ago

kartarkat commented 6 years ago

(tenserflow1) D:\installed software\anaconda\envs\tenserflow1\models\research\object_detection>python generate_tfrecord.py --csv_input=images\train_labels.csv --image_dir=images\train --output_path=train.record Traceback (most recent call last): File "generate_tfrecord.py", line 17, in import tensorflow as tf ModuleNotFoundError: No module named 'tensorflow'

asxasxdscsd commented 6 years ago

thats seems you dident install tensorflow binary version. make sure you've installed the tensorflow in your environment(tensorflow1) and try again.

cheers...