December 12, 2021

We went big for this release. We changed the account management and the team creation flow. You can now also stretch events and boxes in the Video Editor and clone projects with attached URLs (SDK). Keep on reading to learn more!

Account management

In Manage account, you can manage your profile, security, and teams.

Profile

In Profile, you can change your first and last name, edit your profile photo, and delete your account. Learn more.

Security

In Security, you can change your password. Learn more.

Teams

In Teams, you can see the list of all your teams, and create and delete teams. Learn more.

Team creation flow

We changed the team creation flow. Now there are two ways to create a team.

Method 1

  1. Select the drop-down menu in the top panel and click New Team.
  2. Enter a team name.
  3. Click Create.

Method 2

  1. Click on your avatar.
  2. Select Manage account.
  3. Under Teams, click New Team.
  4. Enter a team name.
  5. Click Create.

Team settings

Team Settings is where you can manage your team. It’s divided into two tabs: Members, where you can manage your team members, and Details, where you can change your team’s details and manage your SDK token.

Members

In Members, you can:

Details

In Details, you can:

New features in the Video Editor

To stretch a box or event on the timeline:

  1. Select an instance in the right panel or double-click on the instance in the timeline.
  2. Hover over the first or last keyframe of any instance.
  3. Drag the keyframe to the left or the right to resize the instance.

❗️

You can’t drag a keyframe over another keyframe.

🚧

You can drag a keyframe inside an instance to change its timestamp.

You can now also jump between the keyframes of the same instance and delete keyframes.

Changes in Advanced Search

  • Now you can use Advanced Search on images that were uploaded with Python SDK, images with attached URLs, or frames, without having to annotate them first.
  • Predicted images are now included in Advanced Search results.

Clone projects with attached URLs

To clone projects with attached URLs:

superannotate.clone_project( 
    project_name = "New Project Name",
    from_project = "Source Project Name",
    project_description = "New Project Description", 
    copy_annotation_classes = True, 
    copy_settings = True,
    copy_contributers = False)

Deprecated SDK functions

We deprecated the following functions:

add_annotation_bbox_to_jsonadd_annotation_template_to_imagefilter_annotation_instances
add_annotation_comment_to_jsonadd_annotation_template_to_jsonfilter_images_by_comments
add_annotation_cuboid_to_imageattribute_distributionfilter_images_by_tags
add_annotation_cuboid_to_jsoncoco_split_datasetget_annotation_class_metadata
add_annotation_ellipse_to_imagecreate_fuse_imageget_image_bytes
add_annotation_ellipse_to_jsondelete_contributor_to_team_invitationget_image_preannotations
add_annotation_point_to_jsondelete_imageget_project_default_image_quality_in_editor
add_annotation_polygon_to_imagedelete_modelimage_path_to_annotation_paths
add_annotation_polygon_to_jsondf_to_annotationsmove_image
add_annotation_polyline_to_imagedicom_to_rgb_sequenceplot_model_metrics
add_annotation_polyline_to_jsondownload_image_preannotationsrename_folder

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

We have a blog. Follow us to stay updated.