diff --git a/deeplay/applications/detection/lodestar/lodestar.py b/deeplay/applications/detection/lodestar/lodestar.py index d7e7b2e7..cc24e4df 100644 --- a/deeplay/applications/detection/lodestar/lodestar.py +++ b/deeplay/applications/detection/lodestar/lodestar.py @@ -175,7 +175,7 @@ def detect(self, x, alpha=0.5, beta=0.5, cutoff=0.97, mode="quantile"): x : array-like Input to model alpha, beta: float - Geometric weight of the weight-map vs the consistenct metric for detection. + Geometric weight of the weight-map vs the consistency metric for detection. cutoff: float Threshold for detection mode: string @@ -223,7 +223,7 @@ def detect_single( y_pred, weights: array-like Output from model alpha, beta: float - Geometric weight of the weight-map vs the consistenct metric for detection. + Geometric weight of the weight-map vs the consistency metric for detection. cutoff: float Threshold for detection mode: string @@ -285,7 +285,7 @@ def get_detection_score(cls, pred, weights, alpha=0.5, beta=0.5): pred, weights: array-like Output from model alpha, beta: float - Geometric weight of the weight-map vs the consistenct metric for detection. + Geometric weight of the weight-map vs the consistency metric for detection. """ return ( weights[0].detach().cpu().numpy() ** alpha