Add detection operator profiles
This commit is contained in:
@@ -260,6 +260,7 @@ function App(): JSX.Element {
|
||||
runDetection,
|
||||
runDetectionQa,
|
||||
runDetectionCalibration,
|
||||
applyDetectionOperatorProfile,
|
||||
resetDetectionForProject,
|
||||
setSelectedDetectionDatasetId,
|
||||
setSelectedDetectionModelId,
|
||||
@@ -994,6 +995,7 @@ function App(): JSX.Element {
|
||||
onSetCalibrationThresholdText={setCalibrationThresholdText}
|
||||
onRunCalibration={runDetectionCalibration}
|
||||
onOpenCalibrationEvidence={openQualityEvidenceOnMap}
|
||||
onApplyOperatorProfile={applyDetectionOperatorProfile}
|
||||
/>
|
||||
|
||||
<SegmentationLab
|
||||
|
||||
Reference in New Issue
Block a user