Surface YOLO preflight in Detection Lab
This commit is contained in:
@@ -242,7 +242,11 @@ function App(): JSX.Element {
|
||||
detectionQaResult,
|
||||
detectionQaError,
|
||||
runningDetectionQa,
|
||||
yoloPreflight,
|
||||
loadingYoloPreflight,
|
||||
yoloPreflightError,
|
||||
loadDetectionModels,
|
||||
loadYoloPreflight,
|
||||
loadDetectionRuns,
|
||||
loadDetectionResults,
|
||||
runDetection,
|
||||
@@ -945,10 +949,14 @@ function App(): JSX.Element {
|
||||
detectionQaResult={detectionQaResult}
|
||||
detectionQaError={detectionQaError}
|
||||
runningDetectionQa={runningDetectionQa}
|
||||
yoloPreflight={yoloPreflight}
|
||||
loadingYoloPreflight={loadingYoloPreflight}
|
||||
yoloPreflightError={yoloPreflightError}
|
||||
selectedProjectId={selectedProjectId}
|
||||
rasterDatasets={rasterDatasets}
|
||||
referenceDatasets={referenceDatasets}
|
||||
onLoadModels={loadDetectionModels}
|
||||
onRefreshYoloPreflight={() => loadYoloPreflight()}
|
||||
onSelectDataset={setSelectedDetectionDatasetId}
|
||||
onSelectModel={setSelectedDetectionModelId}
|
||||
onSetConfidenceThreshold={setDetectionConfidenceThreshold}
|
||||
|
||||
Reference in New Issue
Block a user