Harden raster detection manifest handoff
This commit is contained in:
@@ -83,6 +83,7 @@ function App(): JSX.Element {
|
||||
jobs,
|
||||
rasterPreview,
|
||||
latestRasterTileManifestPath,
|
||||
latestRasterTileManifest,
|
||||
selectedIntersectTargetId,
|
||||
selectedClipAreaId,
|
||||
rasterTileSize,
|
||||
@@ -279,6 +280,8 @@ function App(): JSX.Element {
|
||||
setDetectionTileManifestPath(manifestPath)
|
||||
setSelectedDetectionDatasetId(selectedDataset.id)
|
||||
setSelectedDetectionModelId('yolo-configured')
|
||||
setDetectionConfidenceThreshold(0.25)
|
||||
loadYoloPreflight(manifestPath).catch(() => null)
|
||||
setActiveWorkspace('ai')
|
||||
}
|
||||
const {
|
||||
@@ -1088,6 +1091,7 @@ function App(): JSX.Element {
|
||||
selectedRasterStats,
|
||||
rasterPreview,
|
||||
latestRasterTileManifestPath,
|
||||
latestRasterTileManifest,
|
||||
rasterUnavailableMessage,
|
||||
selectedClipAreaId,
|
||||
selectedIntersectTargetId,
|
||||
|
||||
Reference in New Issue
Block a user