tensorflow / models

Models and examples built with TensorFlow
Other
77.16k stars 45.75k forks source link

Eval.py just use only one image to evaluate, don't use other images #4365

Closed cannguyen275 closed 6 years ago

cannguyen275 commented 6 years ago

System information

Source code / logs

My evaluate config:

eval_config: {
  num_examples: 212
  # Note: The below line limits the evaluation process to 10 evaluations.
  # Remove the below line to evaluate indefinitely.
  num_visualizations: 20
}

eval_input_reader: {
  tf_record_input_reader {
    input_path: "/home/thangtran/ThangTran/Can/rpa/object_detection/test.record"
  }
  label_map_path: "/home/thangtran/ThangTran/Can/rpa/object_detection/training/labelmap.pbtxt"
  shuffle: true
}
pkulzc commented 6 years ago

Did you sync your fork to latest? It might be relevant to this https://github.com/tensorflow/models/pull/4205/files.

pkulzc commented 6 years ago

Is this still happening?

ymodak commented 6 years ago

Closing due to lack of recent activity. Please update the issue when new information becomes available, and we will reopen the issue. Thanks!

ibrahim1611 commented 4 years ago

Hi I am testing 26 images on Faster RCNN model using my own dataset. When I am running eval.py it only shows 10 images and dot in the middle of each graph on Tensorboard Please guide.