--- task_categories: - object-detection language: - en --- # Tree Orchard Detection Dataset This dataset consists of tiled satellite images and their corresponding annotations for tree orchard detection. ## Dataset Structure - `image/`: Contains the spectral tiles (TIF format). - `train/`: Training images (153 tiles). - `test/`: Testing images (40 tiles). - `annotation/`: Contains the annotation masks (TIF format). - `train/`: Training masks (153 tiles). - `test/`: Testing masks (40 tiles). ## Usage This dataset is intended for training machine learning models for detecting and counting trees in orchards from high-resolution satellite imagery. The images are likely 3-band (RGB) or 4-band (RGBN) tiles extracted from larger satellite scenes.