Hi, new to this site. I just want the complete dataset files and complete model files so that i can deploy it in vs code or jupyter lab

Hi, I just joined the website, created my own dataset and trained a model for traffic sign detection using yolov8. Now I have to move towards live detection and need to use vs code or jupyter lab for it Unfortunately there are some missing files when I try to implement it there such as the weights, .config, model, dataset labels.txt etc. Can someone guide me?

Thanks in advance

Hello! In order to get the files, you’ll want to Train YOLOv8 on your own GPU or cloud GPU. We have a fully open source guide to doing that: Train YOLOv8 on a Custom Dataset

Export your dataset from Roboflow, and follow the guide for everything you need.