From 926b8c0efb0c18bfa55e0bdb6aaaf3937f8dcd94 Mon Sep 17 00:00:00 2001 From: Pascal Date: Wed, 29 Jan 2020 01:19:11 -0600 Subject: [PATCH] [mod] added back baseline cells - this is only for demonstrating purposes - output print the gt of baseline for each configured cell --- docs/wiki/config/config_preview.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/wiki/config/config_preview.yml b/docs/wiki/config/config_preview.yml index 9105c87..d0eacd1 100644 --- a/docs/wiki/config/config_preview.yml +++ b/docs/wiki/config/config_preview.yml @@ -36,9 +36,14 @@ sensors: cells: - [3, 3, 5] +# all cells are declared to output the gt +# of baseline for each into the console - group: baseline cells: - [0, 0, 0] + - [1, 1, 0] + - [2, 2, 0] + - [3, 3, 0] groundtruths: - group: baseline