Skip to content
Prev Previous commit
Next Next commit
pdm format
  • Loading branch information
rabah-khalek committed Jan 10, 2024
commit cdec985de7769ac35c60e66138e6d2ad7d6933d8
5 changes: 1 addition & 4 deletions tests/landmark_detection/tests_and_metrics/test_metrics.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
import numpy as np
import pytest

from giskard_vision.landmark_detection.marks.utils import compute_d_outers
from giskard_vision.landmark_detection.models.base import PredictionResult
from giskard_vision.landmark_detection.tests.performance import (
LEFT_EYE_LEFT_LANDMARK,
RIGHT_EYE_RIGHT_LANDMARK,
compute_d_outers,
)
from giskard_vision.landmark_detection.models.base import PredictionResult
from giskard_vision.landmark_detection.tests.performance import (
Es,
MEMean,
MEStd,
Expand Down