Views
No views yet
| Path | What it is | Performance |
|---|---|---|
sam3_lora/fold_{0..4}/ | PEFT LoRA adapters for facebook/sam3, fine-tuned to segment drawn planning boundaries on scanned UK planning maps | 0.912 mean pixel IoU |
rotation_classifier_kfold/fold_{0..4}/best.pt | ResNet50 (ImageNet-pretrained) fine-tuned to classify scanned-map orientation (0°/90°/180°/270°) | 0.981 accuracy (with test-time augmentation) |
models/:hf download fabiandegen/GeoPlanAgent --include "sam3_lora/*" "rotation_classifier_kfold/*" --local-dir modelssam3_lora/ — the adapters are fine-tuned from Meta's SAM 3 and are
therefore distributed under the SAM License.rotation_classifier_kfold/ — fine-tuned from torchvision's
ImageNet-pretrained ResNet50 (BSD-3-Clause); no additional restrictions.1@misc{Plan2Map2026,
2 title={Plan2Map: A Multimodal Benchmark for Document-Grounded Geospatial Boundary Reconstruction from Planning Records},
3 author={Fabian Degen and Oishi Deb and Jindong Gu and Junchi Yu and Samuele Marro and Philip Torr and Jialin Yu},
4 year={2026},
5 eprint={2606.02747},
6 archivePrefix={arXiv},
7 primaryClass={cs.CV},
8 url={https://arxiv.org/abs/2606.02747},
9}