Add dataloaders (v1/v2), analysis scripts, and documentation for working with UAV-GeoLoc (World-UAV). Co-authored-by: Cursor <cursoragent@cursor.com>
26 lines
707 B
JSON
26 lines
707 B
JSON
{
|
|
"default_backbone_config": {
|
|
"backbone_arch": "dinov2_vitb14"
|
|
},
|
|
"default_agg_config":{
|
|
"agg_arch": "convap",
|
|
"agg_config":{
|
|
"in_channels": 768,
|
|
"out_channels": 768,
|
|
"s1": 1,
|
|
"s2": 1
|
|
}
|
|
},
|
|
|
|
"dataset_root_dir": "/media/guan/新加卷/EdgeBing/WorldLoc/",
|
|
"test_index_txt": "/media/guan/新加卷/EdgeBing/WorldLoc/Index/test.txt",
|
|
"test_rank_gt": "/media/guan/新加卷/EdgeBing/WorldLoc/test/test_rerank.txt",
|
|
"write_path": "/media/guan/新加卷/EdgeBing/WorldLoc/test",
|
|
|
|
"num_workers": 0,
|
|
"batch_size": 16,
|
|
"custom_sampling": "True",
|
|
"verbose":"True",
|
|
|
|
"device":"cuda"
|
|
} |