You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AddOption(nnClusterizerBatchedMode, unsignedint, 1, "", 0, "(int, default = 1) If >1, the NN is evaluated on batched input of size specified in this variable")
243
243
AddOption(nnClusterizerVerbosity, int, -1, "", 0, "(int, default = -1) If >0, logging messages of the clusterizer will be displayed")
244
244
AddOption(nnClusterizerBoundaryFillValue, int, -1, "", 0, "Fill value for the boundary of the input to the NN")
245
-
AddOption(nnClusterizerApplyNoiseSupression, int, 1, "", 0, "Applies the NoiseSupression kernel before the digits to the network are filled")
245
+
AddOption(nnClusterizerApplyNoiseSuppression, int, 1, "", 0, "Applies the NoiseSuppression kernel before the digits to the network are filled")
246
246
AddOption(nnClassificationPath, std::string, "network_class.onnx", "", 0, "The classification network path")
247
247
AddOption(nnClassThreshold, float, 0.5, "", 0, "The cutoff at which clusters will be accepted / rejected.")
248
248
AddOption(nnRegressionPath, std::string, "network_reg.onnx", "", 0, "The regression network path")
0 commit comments