From 5b2943dfdbc77edc1f5f8bfa1f19102c6c049cc8 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Thu, 23 Aug 2012 00:05:20 -0700 Subject: [PATCH] Cosmetics. --- mtp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtp.cc b/mtp.cc index 455ef5a..1af71af 100644 --- a/mtp.cc +++ b/mtp.cc @@ -54,7 +54,7 @@ int main(int argc, char **argv) { tracker->build_graph(); // We generate synthetic detection scores at location - // nb_locations/2, with 10% false detection (FP or FN) + // nb_locations/2, with 5% false detection (FP or FN) for(int t = 0; t < nb_time_steps; t++) { for(int l = 0; l < nb_locations; l++) { -- 2.20.1