svpino / tf_object_detection_cm

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

Format of the required input files #26

Open lava18 opened 4 years ago

lava18 commented 4 years ago

I want to use my predictions from other library models to create this confusion matrix. Can you please help me with how the input files should look like? It is not given very clearly in the readme file.

Thanks!