AmitMY's picture
example
8a5ac49
raw
history blame contribute delete
308 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("sign/signwriting_similarity")
print(module.compute(
predictions=["M530x538S37602508x462S15a11493x494S20e00488x510S22f03469x517"],
references=[["M519x534S37900497x466S3770b497x485S15a51491x501S22f03481x513"]]))