Dear all,
Thanks for publishing and documenting your package in such a great way.
I have one further question:
Is there a proper way to extract the mapping of old to new cell labels? E.g. a DataFrame with three columns "time step", "original label", "new label". I would need this data to correct entries in a database that were stored at creation time of the mask. So far, I'm comparing all values of the original and ctc_masks (yes, quite a lot of comparisons) to create a mapping dict. Is there a more elegant solution to this problem?
Thank you in advance.
Best wishes
Henning
Dear all,
Thanks for publishing and documenting your package in such a great way.
I have one further question:
Is there a proper way to extract the mapping of old to new cell labels? E.g. a DataFrame with three columns "time step", "original label", "new label". I would need this data to correct entries in a database that were stored at creation time of the mask. So far, I'm comparing all values of the original and ctc_masks (yes, quite a lot of comparisons) to create a mapping dict. Is there a more elegant solution to this problem?
Thank you in advance.
Best wishes
Henning