ch 11 / 12The Nectar AI module
slide 01 / 07
nectar/nectar/ai/

Module map

ai/ contains two task packages — detection and segmentation — sharing one CLI (nectar-ai) and one set of data and output paths.

Reference: nectar/nectar/ai/README.md.

nectar/ai/├─ detection/Detector · YOLO · DETR · RF-DETR├─ detector.pyfactory├─ core/BaseDetectionModel · types · configs├─ models/ultralytics · transformers · rfdetr├─ training/framework configs├─ evaluation/mAP · PR · CM├─ slicing/tile + merge├─ postprocess/NMS · Soft-NMS · WBF · NMM├─ datasets/format · subset · stratify · augment├─ segmentation/Segmentor · seg variants├─ core/BaseSegmentationModel · types├─ models/ultralytics-seg · rfdetr-seg├─ evaluation/box + mask mAP├─ cli/nectar-ai detect | segment├─ paths.pydata + outputs dirs
nectar/nectar/ai/ — module map