Closed dfoley84-zz closed 5 years ago
Could you upgrade to tensorflow 1.4.0 or later and try again?
From your path of execution, it looks like you are using Python2.7 and not Python3.5.
The default python on your machine may be unintentionally set to Python2.7.
@pkulzc tensorflow 1.4.0 get the same errors
Check the tfrecord. See if the tfrecord contains the data properly.
Please note that Tensorflow Object Detection now requires tensorflow v 1.9 +. Please use the latest version of TensorFlow and build again. Feel free to reopen the issue if it still persists. Thanks!
OS: Linux Mint Python: 3.5 TensorFlow version: 1.2.0
On executing train.py using following command:
python3 train.py --logtostderr --pipeline_config_path=data/ssd_mobilenet_v1_pets.config --train_dir=Images/train
I am getting the following Errors