test: check the segmenter against a second, unseen LSE corpus - #47
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Todo el ajuste del segmentador salió de SWL-LSE: un corpus, un protocolo, una distribución de ritmo.
check_calse.pylo prueba contra un corpus LSE sin relación (vocabulario curricular, seis signantes nuevos, 25 fps, resoluciones mezcladas), donde cada fichero contiene un signo aislado y por tanto debería producir exactamente una ventana.Produce 2.56, y la mediana de longitud cae exactamente en
minSignFrames: la regla cierra en el primer instante permitido en vez de en una frontera. El criterio de deceleración no discrimina nada sobre datos que no vio al afinarse.Eso explica el "sólo reconoce a cierta velocidad" mejor que ninguna teoría de ritmo: si corta cada ~24 fotogramas pase lo que pase, sólo acierta cuando un signo dura casualmente eso.
El corpus no está en el repo y su licencia es desconocida, de ahí que la ruta sea argumento. Sólo medición local: ni entrenar ni redistribuir.
Añade también al README de
tools/trainla tabla de los tres bancos de pruebas, y corrige el "Status: not yet implemented" que llevaba obsoleto desde que el modelo se entrenó.