--- language: - en license: cc-by-4.0 tags: - agriculture - computer-vision - object-detection - plant-pathology - cabbage pretty_name: Cabbage Disease Detection Dataset V2 task_categories: - object-detection - image-classification --- # Cabbage Disease Detection Dataset V2 ## Description This is a supplementary or variant dataset focusing on cabbage disease detection, containing labeled imagery for agricultural analysis. ## Usage ```python from datasets import load_dataset dataset = load_dataset("Arko007/cabbage-disease-detection-v2") ```