Lodestar
  • 🌟What is Lodestar?
  • Guides
    • ⚡Quick start guide
    • 🛠️How-To Guides
      • Project Explorer
      • Project Dashboard
      • Annotation Explorer
      • Video Annotator
      • Support
    • ⏩Shortcuts
  • PROJECT
    • 🧞‍♀️Project Creation
    • 🍱Project Management
      • Dashboard
        • Summary Panel
        • Category Panel
      • Uploading a Video to Project
      • Changing Project Thumbnails
      • Editing Project Name & Description
      • Notes
        • Creating Notes
        • Updating Notes
        • Deleting Notes
        • Filtering Notes
      • Exemplars
        • Creating Exemplars
        • Deleting Exemplars
        • Filtering Exemplars
      • Flagged Annotation
        • Creating Flagged Annotation
        • Deleting Flagged Annotation
        • Filtering Flagged Annotation
      • Edit the Annotations
      • Category
        • Adding Category
          • Video Annotator
          • Project Dashboard
        • Renaming Category
        • Deleting Category
        • Changing color of Category
        • Filtering Annotations per Category
      • Project States
        • Active
        • Paused
        • Accelerated
        • Accelerated but queued
      • Project Archival
      • Project Deletion
    • 👥Collaboration
      • Invite Collaborators
      • Accepting invitation to Collaborate
      • Resend Invitation to Collaborate
      • Cancel Invitation to Collaborate
      • Remove Collaborators
  • Dataset management
    • 🎬Video Annotator
      • Confidence filtering
      • Modes while annotating
        • Sample mode
        • Suggestion mode
        • Nearest mode
      • Video controls
      • Zooming In/Out while annotating
      • Annotation count per category
      • Changing Playback speed of the video
      • Finding my Project ID/ Data set ID/File ID
      • Removing Predictions
      • Deleting a label
      • Adding Notes
      • Flagging for Review
    • 🔬Annotation Explorer
      • Review Annotations
      • Notes
      • Exemplars
      • Flagged Annotations
  • Jupyter Notebooks
    • 🤖Jupyter templates
      • How to run a template
      • Combining Multiple Video files
  • Help center
    • 🤝Support
      • How to contact Customer Success Team
      • How to create a Support Ticket
      • How to submit a question
      • How to view existing Support Requests and Questions
      • How to close a solved Support Request
      • How to add information to the Support Request?
    • ❓FAQ
Powered by GitBook
On this page
  1. Jupyter Notebooks
  2. Jupyter templates

How to run a template

PreviousJupyter templatesNextCombining Multiple Video files

Last updated 3 years ago

Step 1: Open the project that you would like to work on.

Step 2: Scroll down to Data Science Workbench. Step 3(Optional): Toggle the Accelerate Jupyter to assign a GPU to Jupyter. This toggle is optional for regular scripts, it is required for the Jupyter notebooks that involve using models. The tutorial notebooks which require GPUs will state that requirement in the first cell of the notebook. The toggle will be in progress until the GPU is successfully assigned to Jupyter, if there are no available GPUs the request will become queued and catch the next GPU that is freed up.

Step 4: Click on the Jupyter logo, this will open the Jupyter server for this project in a new tab.

Step 5: Open the tutorial folder and select a template.

Step 6: Modify the parameters in the first cell to suit your needs.

Step 7: Wait until the circle in the top right corner says Kernel is ready.

Step 8: Click the play button to execute the selected cell.

Step 9: Observe the output.

Step 10: Execute all the cells that you are interested in.

🤖
How to accelerate Jupyter if you need to use models
After accelerating Jupyter you will see an in progess state until the GPU is assigned