Mercurial > hg > chime-home-dataset-annotation-and-baseline-evaluation-code
comparison analysis_of_annotations/evaluate_annotations.py @ 1:f079d2de4aa2
Headers and LICENSE; VERSION
author | peterf |
---|---|
date | Tue, 07 Jul 2015 16:03:52 +0100 |
parents | 75c79305d794 |
children |
comparison
equal
deleted
inserted
replaced
0:75c79305d794 | 1:f079d2de4aa2 |
---|---|
1 #!/usr/bin/python | |
2 # | |
3 # evaluate_annotations.py: | |
4 # Compute descriptive statistics of annotations, including annotator | |
5 # agreement | |
6 # | |
7 # Author: Peter Foster | |
8 # (c) 2015 Peter Foster | |
9 # | |
10 | |
1 from pandas import Series, DataFrame | 11 from pandas import Series, DataFrame |
2 import glob | 12 import glob |
3 import pandas.io.parsers | 13 import pandas.io.parsers |
4 from pylab import * | 14 from pylab import * |
5 import numpy as np | 15 import numpy as np |