torrvision / siamfc-tf

SiamFC tracking in TensorFlow.
567 stars 189 forks source link

Problems about code in Siamese.py from src #45

Open yrjhzbh opened 5 years ago

yrjhzbh commented 5 years ago

During the definition of the function: def build_tracking_graph(final_score_sz, design, env): filename = tf.placeholder(tf.string, [], name='filename') image_file = tf.read_file(filename)

But, what is the filename on earth?