Glossary
Term | Definition |
---|---|
Attribute | An attribute adds more information to a class. So, if you’re annotating apples, you could create the class Apple and the attribute group Color . In this case, the attributes could be Red , Yellow , and Green . |
Attribute group | An attribute group is a subcategory of a class that provides more detailed information regarding the instance. So, if you’re annotating apples, you could create the class Apple and the attribute group Color . You would add attributes in the attribute group that the Annotator can choose from. In this case, the attributes could be Red , Yellow , and Green . A class can have multiple attribute groups. |
Class | A class is a label that gives information about your instance. So, if you’re annotating images of apples, you would annotate the apples and assign each of them the class Apple . |
Data | A collection of items. |
Editor | An editor is an interface where you can annotate items. |
Instance | An instance is a single annotation. |
Item | An item is a file you upload to your project to annotate it. Currently, you can upload the following items to SuperAnnotate: images, videos, audios, documents, tiled imagery, point cloud data, PDFs, HTML files, and websites. |
Neural network | The neural network is an environment to create and train models. |
Priority value | Priority values help you determine the images that you need to annotate first to improve your model training. It's a key active learning feature that speeds up your annotation time. |
Project contributor | A project contributor is a user who works on a project. They can be a Project Admin, an Annotator, or a QA. |
Smart Prediction | Smart Prediction allows you to predict instances on your items using available models or your own models. |
Smart Segmentation | Smart Segmentation allows you to divide your images into multiple segments and create pixel-accurate annotations fast. |
Team | A team is a group of users who work on projects. A team member can be a Team Owner, a Team Admin, or a Contributor. |
Token for Python SDK | A token for Python SDK is an authentication key that grants you access to various API calls within the platform. |
Workflow | A workflow is a feature that allows you to distribute annotation steps to your Annotators, helping your team save time by avoiding mistakes. |
Updated 9 months ago