Creating a Project

How do I Create a Project?

  1. Go to the Workspace Dashboard - The Workspace Dashboard is the first page the user lands on immediately after logging in or creating an account. You can also access the dashboard by clicking the Nexus logo on the top left corner.

  2. Click "Create New Project ⊕" - The button is located right below the Projects Dashboard header.

    1. Select Project Type - This sets

      TypeDescription
      ClassificationYour goal will be to categorize images into predefined classes, learn visual patterns and features associated with each class, and apply consistent labelling to new and unseen data.
      Object DetectionYour goal will be to identify and classify each object of interest and predict bounding boxes around detected objects.
      Instance SegmentationYour goal will be to detect and classify distinct object instances and outline each object with polygons.
      SegmentationYour goal will be to assign each pixel in the image to predefined classes, differentiate between overlapping and adjacent of objects, and understand full-scene context with bounding boxes and polygons.
      KeypointYour goal will be to identify individual objects as well as identify and label key anatomical or structural points.
      BitmaskYour goal will be to define each pixel for individual objects and analyze all objects as binary bit mask representations.
      Medical 3DYour goal will be to analyze volumetric medical imaging data to detect 3D structures through voxel-level masks.
      Medical ClassificationYour goal will be to analyze medical imaging data to learn to classify entire medical images to predefined classes.

      Support for other types and content will be released in future updates.

  3. Click "Next step" - Your new project is now created! 🎉

🚧

Ensure that you are in the correct workspace before creating your project. To switch to a different workspace, click on Navigating Between Workspaces.

Once you have created your project, you can now use all the project management functionality that we have available. To see what else you can do with your project, go to Managing Your Projects. To manage collaborators on your project, go to Managing Your Project Collaborators. To start importing your project data, go to Asset Upload and Annotation Upload.