svpino / tf_object_detection_cm

Confusion Matrix in Object Detection with TensorFlow
78 stars 36 forks source link

input_tfrecord_paths "A comma separated list of paths to input TFRecords." #11

Closed techaitr closed 5 years ago

techaitr commented 5 years ago

Which data will be used when calculating cm? my training and test data? or Do I need to create a new data set?

svpino commented 5 years ago

There are 3 different datasets: training, validation, and testing.

Training and validation will be used to create your model. Your testing set will be used to test that model and see its performance. This is the set that you'll use to generate a confusion matrix.