Documentation Index
Fetch the complete documentation index at: https://mintlify.com/software-mansion/react-native-executorch/llms.txt
Use this file to discover all available pages before exploring further.
ImageNet Normalization
IMAGENET1K_MEAN
Per-channel mean values for ImageNet1K normalization.- R (Red): 0.485
- G (Green): 0.456
- B (Blue): 0.406
IMAGENET1K_STD
Per-channel standard deviation values for ImageNet1K normalization.- R (Red): 0.229
- G (Green): 0.224
- B (Blue): 0.225
IMAGENET1K_MEAN for normalizing input images.
Usage Example
COCO Dataset Labels
CocoLabel
COCO dataset class labels used for object detection.Description
TheCocoLabel enum contains all 91 object classes from the COCO (Common Objects in Context) dataset. These labels are used by object detection models trained on COCO data.
Usage Example
Notes
- Label IDs are 1-indexed (starting from 1, not 0)
- The enum values match the official COCO dataset class IDs
- Some IDs are skipped in the sequence (e.g., 40 is missing)
- Used by models like
SSDLITE_320_MOBILENET_V3_LARGEandRF_DETR_NANO