pathikg/drone-detection-dataset
Viewer • Updated • 54.1k • 461 • 19
This model was originally made using YOLO8n for a project at my uni, but I have since trained it for longer, and I've upgraded the base model to YOLO11.
yolo11n_drone.ptfrom ultralytics import YOLO
# Load the model
model = YOLO("yolo11n_drone.pt")
Honestly, this model is good at recognizing drones, but it struggles with limiting the size of the box where it thinks it is. You can train it further if you want, but ¯\_(ツ)_/¯. From experience, I can say that it struggles a bit at a distance, but it works better than I thought it would.
I would like to direct all possible credit to Pawełczyk and Wojtyra for their dataset. I am however in no way, shape or form related to them in any function. Here is the link if you want to cite their paper. Here is a link to the Github repo where I originally found their dataset.
Base model
Ultralytics/YOLO11