--- task_categories: - image-to-image - image-feature-extraction - object-detection language: - en tags: - plant - precision agriculture - plant phenotyping - tracking size_categories: - 10B/ │ │ ├── gt/gt.txt # CSV: frame,id,x,y,w,h,,,* │ │ └── img/{frame:08d}.jpg │ └──val/ │ └── / │ ├── gt/gt.txt │ └── img/{frame:08d}.jpg proposals/ # detection proposals for standardized benchmarking │ ├── det_db_train.json │ └── det_db_val.json weights/ # detctors and tracker weights └── ``` ## Supported Tasks and Benchmarks - **Multi-Object Tracking (MOT)** at the **leaf** level - **Object Detection** (per-frame leaf boxes) - **Leaf Segmentation** (per-frame leaf masks) --- ## How to Cite Please cite the dataset and the accompanying papers: ```bib @article{leaftracknet2025, title={LeafTrackNet: A Deep Learning Framework for Robust Leaf Tracking in Top-Down Plant Phenotyping}, year={2025}, author = {}, url = {} } ``` > CanolaTrack dataset© BASF SE 2025. This dataset may be freely used for non-commercial research and educational purposes.