MCPcopy
hub / github.com/tensorflow/tfjs-models / validateSinglePersonInferenceConfig

Function validateSinglePersonInferenceConfig

posenet/src/posenet_model.ts:224–225  ·  view source on GitHub ↗
(
    config: SinglePersonInterfaceConfig)

Source from the content-addressed store, hash-verified

222};
223
224function validateSinglePersonInferenceConfig(
225 config: SinglePersonInterfaceConfig) {}
226
227function validateMultiPersonInputConfig(config: MultiPersonInferenceConfig) {
228 const {maxDetections, scoreThreshold, nmsRadius} = config;

Callers 1

estimateSinglePoseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected