Initial commit: World-UAV annotation pipeline
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>
This commit is contained in:
7
in/config_files/input.gin
Normal file
7
in/config_files/input.gin
Normal file
@@ -0,0 +1,7 @@
|
||||
# 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]
|
||||
Reference in New Issue
Block a user