Skip to content
Snippets Groups Projects
Commit 739afa39 authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

Evaluate language detection on human annotations

parent c051b076
No related branches found
No related tags found
No related merge requests found
...@@ -400,6 +400,9 @@ endef ...@@ -400,6 +400,9 @@ endef
%.language-detection-page-results-hires: $(INPUT_UPSCALED_HIGH_CONFIDENCE_FILENAMES) $(OUTPUT_OCR_GOOGLE_HIRES_DIRNAME) % %.language-detection-page-results-hires: $(INPUT_UPSCALED_HIGH_CONFIDENCE_FILENAMES) $(OUTPUT_OCR_GOOGLE_HIRES_DIRNAME) %
$(PYTHON_RUN) scripts.evaluate_language_detection_page $^ $(DETECTED_LANGUAGES) $@ $(PYTHON_RUN) scripts.evaluate_language_detection_page $^ $(DETECTED_LANGUAGES) $@
%.language-detection-page-results-human: $(INPUT_UPSCALED_HIGH_CONFIDENCE_FILENAMES) $(LANGUAGE_DETECTION_ANNOTATIONS) %
$(PYTHON_RUN) scripts.evaluate_language_detection_page $^ $(DETECTED_LANGUAGES) $@ annotated
$(addprefix %.detected-languages.,$(THRESHOLDS)): $(INPUT_FILENAMES_FILTERED) % $(addprefix %.detected-languages.,$(THRESHOLDS)): $(INPUT_FILENAMES_FILTERED) %
$(PYTHON_RUN) scripts.extract_detected_languages $^ $(DETECTED_LANGUAGES) $@ $(subst .,,$(suffix $@)) $(PYTHON_RUN) scripts.extract_detected_languages $^ $(DETECTED_LANGUAGES) $@ $(subst .,,$(suffix $@))
......
Mean Mean IOU point estimate: 95.76%
Mean Mean IOU 95.00% CI estimate: [94.86%; 96.67%]
Mean Mean Spearman's rho point estimate: 0.96
Mean Mean Spearman's rho 95.00% CI estimate: [0.91; 1.01]
Mean Accuracy@1 point estimate: 99.18%
Mean Accuracy@1 95.00% CI estimate: [97.56%; 100.80%]
Mean Mean IOU point estimate: 95.79%
Mean Mean IOU 95.00% CI estimate: [94.86%; 96.71%]
Mean Mean Spearman's rho point estimate: 0.96
Mean Mean Spearman's rho 95.00% CI estimate: [0.91; 1.01]
Mean Accuracy@1 point estimate: 99.18%
Mean Accuracy@1 95.00% CI estimate: [97.56%; 100.80%]
Mean Mean IOU point estimate: 14.64%
Mean Mean IOU 95.00% CI estimate: [11.52%; 17.76%]
Mean Mean Spearman's rho point estimate: 0.04
Mean Mean Spearman's rho 95.00% CI estimate: [-0.07; 0.14]
Mean Accuracy@1 point estimate: 13.11%
Mean Accuracy@1 95.00% CI estimate: [7.04%; 19.19%]
Mean Mean IOU point estimate: 45.69%
Mean Mean IOU 95.00% CI estimate: [39.99%; 51.38%]
Mean Mean Spearman's rho point estimate: 0.52
Mean Mean Spearman's rho 95.00% CI estimate: [0.43; 0.61]
Mean Accuracy@1 point estimate: 53.28%
Mean Accuracy@1 95.00% CI estimate: [44.30%; 62.26%]
Mean Mean IOU point estimate: 37.19%
Mean Mean IOU 95.00% CI estimate: [31.87%; 42.52%]
Mean Mean Spearman's rho point estimate: 0.47
Mean Mean Spearman's rho 95.00% CI estimate: [0.37; 0.56]
Mean Accuracy@1 point estimate: 47.54%
Mean Accuracy@1 95.00% CI estimate: [38.55%; 56.53%]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment