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
This is a known issue, I'm just writing it down so we don't forget.
The annotation datatype doesn't allow the user to specify the storage block size upon creation. Instead, it assumes the block size of whichever labelmap instance it is sync'd to, or defaults to a block size of 32 if no sync exists.
The block size should be configurable upon instance creation. And if the implementation requires it, forbid users from posting a sync to any labelmap with a mismatched block size.
The text was updated successfully, but these errors were encountered:
This is a known issue, I'm just writing it down so we don't forget.
The
annotation
datatype doesn't allow the user to specify the storage block size upon creation. Instead, it assumes the block size of whicheverlabelmap
instance it is sync'd to, or defaults to a block size of 32 if no sync exists.The block size should be configurable upon instance creation. And if the implementation requires it, forbid users from posting a sync to any
labelmap
with a mismatched block size.The text was updated successfully, but these errors were encountered: