Complete Belgian building corpus v2 workflow
This commit is contained in:
@@ -169,7 +169,8 @@ def main() -> int:
|
||||
"raster_sha256": sha256(raster_target),
|
||||
"reference_sha256": sha256(normalized_target),
|
||||
"label_audit_sha256": sha256(audit_target),
|
||||
"bbox_epsg4326": (raster.source_metadata or {}).get("bbox_epsg4326"),
|
||||
"bbox_epsg4326": (raster.source_metadata or {}).get("bbox_epsg4326")
|
||||
or sample.get("bbox_epsg4326"),
|
||||
}
|
||||
)
|
||||
manifest = {
|
||||
|
||||
Reference in New Issue
Block a user