automatic commit
[folded-ctf.git] / detector.h
index 11f128d..7a80be6 100644 (file)
@@ -68,6 +68,9 @@ public:
                      LabelledImagePool *validation_pool,
                      LabelledImagePool *hierarchy_pool);
 
+  // Compute the thresholds at the various levels to reach the desired
+  // overall true positive rate
+
   virtual void compute_thresholds(LabelledImagePool *validation_pool, scalar_t wanted_tp);
 
   virtual void parse(RichImage *image, PoseCellScoredSet *result_cell_set);