I have trained a model for object detection using tensorflow object detection repository.
Now while evaluating the default way is to read from a record file using tf.contrib.slim.parallel_reader
I want to read the images directly using file system and get the prediction for the image. How do I do that?