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
Currently in the load package we store data as nested dictionaries. This is frustrating as you can get key errors.
It would be good to use dataclasses to store data whenever possible in MapReader. This mostly applies to the text spotting (see #533 ) and load subpackages.
For load subpackage:
Use dataclass for storing info about patches and parent images
The text was updated successfully, but these errors were encountered:
Currently in the load package we store data as nested dictionaries. This is frustrating as you can get key errors.
It would be good to use dataclasses to store data whenever possible in MapReader. This mostly applies to the text spotting (see #533 ) and load subpackages.
For load subpackage:
The text was updated successfully, but these errors were encountered: