You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2024. It is now read-only.
I noticed that some segments return grayscale inklabels (i.e. of shape (height x width)) whereas other return RGB images (e.g. (height, width, 3)). For example:
I noticed that some segments return grayscale inklabels (i.e. of shape
(height x width)) whereas other return RGB images (e.g.(height, width, 3)). For example:I think that this is not a problem of the library itself, but of the format of the inklabels stored in https://dl.ash2txt.org/other/dev/scrolls/1/segments/54keV_7.91um/. Reuploading the inklabels in the same format should fix the issue.