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