YOLOv8-pt icon indicating copy to clipboard operation
YOLOv8-pt copied to clipboard

YOLOv8 implementation using PyTorch

Results 9 YOLOv8-pt issues
Sort by recently updated
recently updated
newest added

I'm using your model core, training and testing procedure. I only changed the dataloader. So I'm doing an overfitting of 200 images, using the same images for training and testing....

Hi Thanks for the great work, when I try to save the predicted image in test function I face issue can you please add the line of code

Hi, thanks for great works. I found that [YOLOv8 use C2f module](https://github.com/ultralytics/ultralytics/issues/189) instead of CSP module as in your code. Is that a mistake or intentional on your part?

Can you share insights/code to convert ultralytics models to your version of yolo. I am specifically looking for conversion of yolov8. These are different from the base models you have...

Hello, I am quite new to this and I've been wondering how can i use your code to train Yolo on a custom dataset but I failed to find the...

According to official documentation, https://github.com/ultralytics/ultralytics/issues/3424, YOLOv8 use anchor-free architecture. But why there is anchor in your implementation?

How can i download file val2017.txt for train and test the model. ../Dataset/COCO/images/val2017/val2017.txt Thanks, Surapureddy Amarnath Reddy.

I am a noob on deep learning Could u please tell me how to use this code in KITTI dataset? Shall I change KITTI label to YOLO label? or COCO...

Thank you for the code, I want to know how to load ultralytics yolov8n model pt file to this architecture?