seann999 / ssd_tensorflow

SSD implementation in development in TensorFlow
182 stars 52 forks source link

Running Error #6

Open centerseed opened 7 years ago

centerseed commented 7 years ago

I download vgg16.py and run, face this error:

File "trainer.py", line 414, in show_webcam(FLAGS.webcam_ip) File "trainer.py", line 376, in show_webcam ssd = SSD() File "trainer.py", line 32, in init self.imgs_ph, self.bn, self.output_tensors, self.pred_labels, self.pred_locs = model.model(self.sess) File "/Users/Mac/TF/ssd_tensorflow/model.py", line 45, in model sess.run(tf.initialize_variables(new_vars)) File "/Library/Python/2.7/site-packages/tensorflow/python/client/session.py", line 766, in run run_metadata_ptr) File "/Library/Python/2.7/site-packages/tensorflow/python/client/session.py", line 964, in _run feed_dict_string, options, run_metadata) File "/Library/Python/2.7/site-packages/tensorflow/python/client/session.py", line 1014, in _do_run target_list, options, run_metadata) File "/Library/Python/2.7/site-packages/tensorflow/python/client/session.py", line 1034, in _do_call raise type(e)(node_def, op, message) tensorflow.python.framework.errors_impl.InvalidArgumentError: You must feed a value for placeholder tensor 'Placeholder_1' with dtype bool [[Node: Placeholder_1 = Placeholder[dtype=DT_BOOL, shape=[], _device="/job:localhost/replica:0/task:0/cpu:0"]()]]

Could you help on this error? Thanks

chenweiqian commented 7 years ago

I also meet this error. @centerseed Did you solve it。