ercanburak commited on
Commit
d836796
1 Parent(s): dc35731

add visualization configs

Browse files
cfg/viz/event_images.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "display_name": "Event Images",
3
+ "viz_type": "gt_only"
4
+ }
cfg/viz/event_rate.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "display_name": "Event Rate",
3
+ "viz_type": "gt_only"
4
+ }
cfg/viz/gt_frames.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "display_name": "Ground Truth Frames",
3
+ "viz_type": "gt_only"
4
+ }
cfg/viz/histogram.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "display_name": "Histogram",
3
+ "viz_type": "both"
4
+ }