Summary
Keywords
Full Transcript
The VisDrone dataset is one of the most widely used benchmarks for drone-based object detection and aerial scene understanding. In this tutorial, we walk through how to train Ultralytics YOLO11 on the VisDrone dataset, explore its class structure, and run predictions on aerial images. Weβll begin with an overview of the dataset and its YAML configuration, then set up the Ultralytics package in Google Colab to train a YOLO11 model on a custom dataset. Youβll see how to run inference on new drone imagery and evaluate how well YOLO11 detects objects like pedestrians, cars, bicycles, and more from an aerial viewpoint. Chapters: 00:00 - Introduction to the VisDrone dataset 00:48 - Dataset classes and structure overview 01:36 - Installing the Ultralytics package in Google Colab 02:32 - Training YOLO11 on the VisDrone dataset 03:58 - Running predictions with the custom-trained model 06:42 - Conclusion and summary π Explore the dataset β‘οΈ https://docs.ultralytics.com/datasets/detect/visdrone/ π Explore notebooks β‘οΈ https://github.com/ultralytics/notebooks Ultralytics YOLO Resources: π» GitHub Repository: https://github.com/ultralytics/ π Documentation: https://docs.ultralytics.com/ #visdrone #yolo11 #ultralytics #droneai #objectdetection #computervision
