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 Jan 19, 2025. It is now read-only.
When we migrate annotations, we need to import the annotations from the older version of the api.
Using the json file instead of classes will be annoying.
Desired solution
Create all missing classes for annotations. AnnotationStore and each annotation class should have from_json() and to_json() methods.