Jupyter Notebook Use Case

This guide walks you through running an object detection model using YOLOv8 on Jupyter Notebook, from setup to inference

  1. Create a GPU Container using Jupyter Notebook template

  2. Pulling YOLOv8 model using terminal in Jupyter Notebook

Step 1: Setup environment to run YOLO models, in this lab, we will use YOLOv8 to detect type of animals

Step 2: Install YOLOv8

Step 3: Load model into NVIDIA GPU H100 then check whether the model is using correct GPU

Step 4: Object detecting using YOLOv8: load an image of some animals into the current workspace, run command below to detect the type of animals in the picture

Notice: the picture "640px-MountainLion.jpg" in this demo is pushed from local, please upload your own image and replace into the img_path before running

Last updated