Tag: IOU

Making the YOLOv8 project more user-friendly with Streamlit .

Hello everyone! Today, I’ll explain how to make your YOLOv8 project more user-friendly by using the Streamlit library. With the Streamlit dashboard integrated with YOLOv8, you’ll be able to run object detection using external weight files and videos. Additionally, you’ll have the f...