Initial import: World-UAV prepro
Add dataloaders (v1/v2), analysis scripts, and documentation for working with UAV-GeoLoc (World-UAV). Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
26
GeoLoc-UAV-main/configs/configs_dino.json
Normal file
26
GeoLoc-UAV-main/configs/configs_dino.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user