[mod] added back baseline cells

- this is only for demonstrating purposes
 - output print the gt of baseline for each configured cell
This commit is contained in:
2020-01-29 01:19:11 -06:00
parent 446e4268f1
commit 926b8c0efb

View File

@@ -36,9 +36,14 @@ sensors:
cells: cells:
- [3, 3, 5] - [3, 3, 5]
# all cells are declared to output the gt
# of baseline for each into the console
- group: baseline - group: baseline
cells: cells:
- [0, 0, 0] - [0, 0, 0]
- [1, 1, 0]
- [2, 2, 0]
- [3, 3, 0]
groundtruths: groundtruths:
- group: baseline - group: baseline