Expand description
Layout Detection Post-processing
This module implements post-processing for layout detection models including PicoDet, RT-DETR, and PP-DocLayout series models.
Structs§
- Layout
Post Process - Layout detection post-processor for models like PicoDet and RT-DETR.
Functions§
- apply_
nms_ with_ merge - Apply Non-Maximum Suppression with per-class merge modes.
- merge_
boxes - Merge two bounding boxes according to the specified mode.
- unclip_
boxes - Apply unclip ratio to expand/shrink bounding boxes while keeping center fixed.