January 9, 2022

Happy new year! We’re excited to start 2022 on a positive note, and by that, we mean more advanced features that’ll improve your experience with SuperAnnotate. Let’s go!

Share project during team invitation and bulk invitation

You can now share a project during team invitation and invite team members in bulk.

Sharing a project during team invitation is optional. If you choose to do so, you'll also have to assign the invited user(s) a project contributor role. Learn more.

Python SDK functions

To invite team members:

sa.invite_contributors_to_team
( emails = [ “[email protected]”, “[email protected]” ],
 admin = False)

To assign a project during team invitation:

superannotate.add_contributors_to_project( 
project = “Project Name”,
emails = [ “[email protected]”, “[email protected]” ],
role = “Annotator”)

Attribute change keyframe

When you make a change to a Box or an Event in the Video Editor, a keyframe appears on the timeline. A change can be considered changing the box's position, adding an attribute, and more.

Now, when you add or remove an attribute, the change is marked with a keyframe with a different shape, setting it apart from the other keyframes. This allows you to track attribute changes easily.

Other changes and improvements

  • Now, you can access the documentation and see the keyboard shortcuts in the Document Editor.
  • The project contributor roles Customer and Viewer have been removed. Current Customers and Viewers will retain their roles.
  • SDK changelog

What do you think of the updates? We’d love to hear your feedback.

We have a blog. Follow us to stay updated.