Related to #43 , we want to update now outdated evaluate.py under TF_eval directory. However, since the time when the script is written, there has been some changes regarding gold data organization. So we need to updated the script to cope with those changes.
Done when
This should include
updating to use goldretreiver.py instead of manual download of gold files
Because
Related to #43 , we want to update now outdated
evaluate.py
underTF_eval
directory. However, since the time when the script is written, there has been some changes regarding gold data organization. So we need to updated the script to cope with those changes.Done when
This should include
goldretreiver.py
instead of manual download of gold filesgoldretriver
https://github.com/clamsproject/aapb-evaluations/blob/55b53e8c2e12a066c4ab1604b38aa4d7cacec355/ocr_eval/evaluate.py#L153merging following two functions https://github.com/clamsproject/aapb-evaluations/blob/55b53e8c2e12a066c4ab1604b38aa4d7cacec355/timeframe-eval/evaluate.py#L56 https://github.com/clamsproject/aapb-evaluations/blob/55b53e8c2e12a066c4ab1604b38aa4d7cacec355/timeframe-eval/evaluate.py#L76
chyron
andslate
annotation have been updated since the originaleval.py
script is written.start
andend
properties access with newly added helper methods via https://github.com/clamsproject/mmif-python/pull/254Additional context
No response