4-modality annotation pipeline (depth, edges, segmentation, chmv2) for 973K drone/satellite images. SegEarth-OV3 open-vocabulary segmentation with 11 classes optimized for cross-view geo-localization. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
8 lines
335 B
Plaintext
8 lines
335 B
Plaintext
# Image preprocessing parameters
|
|
InputConfig.image_size = 256 # DB (satellite) resolution
|
|
InputConfig.query_image_size = 512 # Query (drone) resolution
|
|
InputConfig.sobel_kernel_size = 3
|
|
InputConfig.edge_normalize = True
|
|
InputConfig.imagenet_mean = [0.485, 0.456, 0.406]
|
|
InputConfig.imagenet_std = [0.229, 0.224, 0.225]
|