modelVersion constant

String const modelVersion

Version key for the default hand detection pipeline.

Downstream caches can use this to invalidate stored detections when model weights, preprocessing, post-processing, thresholds, or coordinate conventions change.

Implementation

static const String modelVersion =
    'hand_detection:$_packageVersion:mode=boxesAndLandmarks:'
    'landmarkModel=full:gestures=false:$_pipelineVersion';