From 82f7862915a2331d4e8c5c2c66376245db61b9cc Mon Sep 17 00:00:00 2001
From: tgupta6 <tgupta6@illinois.edu>
Date: Tue, 18 Oct 2016 11:14:03 -0500
Subject: [PATCH] print len of freq

---
 object_attribute_classifier_cached_features/freq_acc_plot.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/object_attribute_classifier_cached_features/freq_acc_plot.py b/object_attribute_classifier_cached_features/freq_acc_plot.py
index 487f576..531103e 100644
--- a/object_attribute_classifier_cached_features/freq_acc_plot.py
+++ b/object_attribute_classifier_cached_features/freq_acc_plot.py
@@ -87,6 +87,7 @@ if __name__=='__main__':
         'freq': freq,
         'acc': acc,
     }
+    print len(freq)
     acc_by_freq_filename = os.path.join(
         constants.region_object_scores_dirname,
         'acc_by_freq.json')
-- 
GitLab