Project Settings
Copy Project
To copy a Project:
- Click the Copy project button in the Options section of the Project’s Settings.
- Select the parts of the Project to copied into the new Project. The Ontology has to be copied and is therefore always selected. All components of the current Project are selected by default.
You can copy any combination of the following assets:
- Datasets: all datasets are copied. New annotation tasks will be created for all videos and image sequences if their labels are not copied over.
- Labels: copy the labels in specified data units. All labels are copied by default. Change the dropdown to Selected Labels ,as seen in the image below, to only include specific labels in your new Project. Click the +Advanced settings button to select the state of the data units labels should be copied for.
- Models: this will copy all the models in your Project along with their training logs.
- Collaborators: copy all Project users with their respective roles. Project admins are copied regardless of whether this is selected.
- Click the Make a copy button to copy the Project with the specified components.
Upload Annotation Instructions
-
Navigate to the Settings tab of your Project.
-
Click the Add instructions button to upload instructions for your annotators in PDF format.
To ensure the best possible results, provide as much detail as possible about what you would like annotated and how precise bounding boxes should be drawn. For example, instead of saying ‘person’, consider defining what should constitute a person for your annotators - only a full person? A torso? Or should any part of a person in a frame be labeled as a ‘person’? The more specific your annotator instructions, the higher the chances that your annotators perform well.
Project Tags
You can add tags to a Project if you are part of an Organization.
Project tags allow you to:
- Flexibly categorize and group your Projects.
- Filter your Projects.
You can add tags to your Projects in:
-
When creating a Project.
-
In the Settings page of a Project.
To add or remove Project tags:
- Navigate to the Options tab and click the Project tags drop-down. All available tags in your Organization are shown.
- Click on a tag to add it to a Project.
Remove a tag from your Project by clicking the same tag again, or clicking the x button next to its name.
Filtering Projects by tags
You can filter your Projects based on the tags they contain.
- Click the Projects on the left side navigation
- Click the ‘Filter by tags’ drop-down and select one or more Project tags. Only Projects with the selected tags are now displayed.
Edit Project Ontology
You can view or switch the Ontology attached to your Project.
-
Click the Switch ontology button to switch the Ontology linked to your Project. The resulting pop-up allows you to choose an existing Ontology from a list, or create a new Ontology for this Project.
-
Click the View ontology button to view the details of the Ontology that is attached to the current Project.
Change Datasets Attached to a Project
The Datasets section allows you to attach or detach any number of Datasets to your Project by clicking Manage. You must create a new Dataset in the Datasets section for it to become available in a Project’s settings.
Manage Project Collaborators
To manage Project collaborators, select the Team pane in your project Settings. Collaborators can be added individually or as groups of users.
Here you can invite collaborators to the Project, and configure their roles.
To add collaborators to a Project:
- Click the + Invite collaborators button. A dialog appears.
-
Select a user role for the collaborator you want to add by selecting an option from the list.
-
Type the email address of the user you want to add and select the user from the list.
-
Click the Add button to add the user with the specified role.
To add collaborators as a group:
- In the Groups section, click on Manage. The Manage groups dialog appears.
- Click the Select group drop-down and pick a group you want to add to the Project.
- Click the Select Role drop-down to assign a role to the group of collaborators.
- Click Add to add the group to the Project.
To change collaborator roles:
Only Project admins can modify collaborator roles. Admin roles cannot be changed, not even by other admins.
You can assign the following roles to collaborators:
- Annotator: annotators are responsible for labeling. This is the default role for all collaborators.
- Reviewer: for reviewing labeled tasks.
- Annotator & reviewer: a combination of annotator and reviewer.
- Team manager: a team manager can assign tasks to other users, and add collaborators to the project.
- Admin: gives this collaborator full administrative control over this Project. This is an irreversible action.
Custom Editor Layout
Contact support to gain access to custom editor layouts.
You can customize the default Label Editor layout by uploading a JSON file that defines your preferred arrangement. These JSON files can be added in the Project settings and are applied to all tasks in a Project.
Custom editor layouts depend on a file’s client_metadata
or their DICOM tags. This means that custom editor layouts only work for files that contain client_metadata
or DICOM tags. Watch the video tutorials below to learn how it fits together.
To upload an editor layout:
- Navigate to the Project settings.
- Click on Layouts.
- Click Upload JSON.
- Select the JSON file containing the layout you want the Label Editor to have.
JSON file requirements:
The JSON file must follow the JSON schema defined here. The following fields are required:
Complete example
Add client metadata to files
Editor layouts are based on DICOM tags for DICOM files or on client_metadata
for all other use cases. We provide templates for common mammography layouts based on DICOM tags here.
This example uses client_metadata
. The following SDK script can be used to add client metadata to specific data units in a Dataset.
Create a JSON file
Create a JSON for specifying the editor layout that suits your needs.
In the JSON file below:
-
The
grid
arrangement is configured to display two files side by side in the Label Editor. -
The
gridContent
section specifies that tasks in either position (0 or 1) can have client metadata values forencord-EditorGridPosition
set to eitherA
orB
. -
The
topLevelGridFilter
is defined asencord-LayoutGroup
, meaning tasks with matchingencord-LayoutGroup
metadata values are displayed together in the Label Editor, ensuring they appear side by side when they share the sameencord-LayoutGroup
values.
Create a JSON file
Upload the JSON file to your Project in Encord.
- Navigate to the Project settings.
- Click on Layouts.
- Click Upload JSON.
- Select the JSON file containing the layout you want the Label Editor to have.
Create a JSON file
Open any task in the task queue of your Project.
The JSON file in this example results in the following Label Editor layout.
Delete Project
You can delete your Project by going to the Danger zone tab of the Project settings.
To delete a Project, click the red Delete project button.
Was this page helpful?