Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JackDance/YOLOv8-streamlit-app
/ functions
Functions
5 in github.com/JackDance/YOLOv8-streamlit-app
⨍
Functions
5
◇
Types & classes
0
↓ 2 callers
Function
_display_detected_frames
Display the detected objects on a video frame using the YOLOv8 model. :param conf (float): Confidence threshold for object detection. :pa
utils.py:18
↓ 1 callers
Function
infer_uploaded_image
Execute inference for uploaded image :param conf: Confidence of YOLOv8 model :param model: An instance of the `YOLOv8` class containing t
utils.py:57
↓ 1 callers
Function
infer_uploaded_video
Execute inference for uploaded video :param conf: Confidence of YOLOv8 model :param model: An instance of the `YOLOv8` class containing t
utils.py:102
↓ 1 callers
Function
infer_uploaded_webcam
Execute inference for webcam. :param conf: Confidence of YOLOv8 model :param model: An instance of the `YOLOv8` class containing the YOLO
utils.py:140
↓ 1 callers
Function
load_model
Loads a YOLO object detection model from the specified model_path. Parameters: model_path (str): The path to the YOLO model file.
utils.py:43