from [this paper](https://openaccess.thecvf.com/content_cvpr_2017/papers/Lea_Temporal_Convolutional_Networks_CVPR_2017_paper.pdf), as implemented [in this repo](https://github.com/colincsl/TemporalConvolutionalNetworks/blob/master/code/metrics.py#L11) - [ ] add ("macro") segmental F1 metric - [ ] also add per-class segmental precision, recall and F1
from this paper, as implemented in this repo