Skip to content

Commit

Permalink
sat2cap added
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishu26 committed Aug 21, 2024
1 parent 736b446 commit 981d1c0
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ print(model.forward_encoder(torch.randn(1, 3, 224, 224), mask_ratio=0.0)[0].shap
|Prithvi||[link](./rshf/prithvi/README.md)
|RemoteCLIP|TGRS'23|[link](./rshf/remoteclip/README.md)
|RVSA|TGRS'22|[link](./rshf/rvsa/README.md)
|Sat2Cap|EarthVision'24|[link](./rshf/sat2cap/README.md)
|SatClip||[link](./rshf/satclip/README.md)
|SatMAE|NeurIPS'22|[link](./rshf/satmae/README.md)
|SatMAE++|CVPR'24|[link](./rshf/satmaepp/README.md)
|ScaleMAE|ICCV'23|[link](./rshf/scalemae/README.md)
|SINR|ICML'23|[link](./rshf/sinr/README.md)
|StreetCLIP||[link](./rshf/streetclip/README.md)
### List of models available here: [Link](https://huggingface.co/collections/MVRL/remote-sensing-foundation-models-664e8fcd67d8ca8c03f42d00)
16 changes: 16 additions & 0 deletions rshf/sat2cap/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Sat2Cap

References

Arxiv: https://arxiv.org/abs/2307.15904 \
GitHub: https://github.com/mvrl/Sat2Cap \
Citation:
```bib
@inproceedings{dhakal2024sat2cap,
title={Sat2cap: Mapping fine-grained textual descriptions from satellite images},
author={Dhakal, Aayush and Ahmad, Adeel and Khanal, Subash and Sastry, Srikumar and Kerner, Hannah and Jacobs, Nathan},
booktitle={IEEE/ISPRS Workshop: Large Scale Computer Vision for Remote Sensing (EARTHVISION)},
pages={533--542},
year={2024}
}
```
1 change: 1 addition & 0 deletions rshf/sat2cap/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from transformers import CLIPVisionModel as Sat2Cap
16 changes: 16 additions & 0 deletions rshf/streetclip/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## StreetCLIP

References

Arxiv: https://arxiv.org/abs/2302.00275 \
Citation:
```bib
@misc{haas2023learning,
title={Learning Generalized Zero-Shot Learners for Open-Domain Image Geolocalization},
author={Lukas Haas and Silas Alberti and Michal Skreta},
year={2023},
eprint={2302.00275},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
```
1 change: 1 addition & 0 deletions rshf/streetclip/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from transformers import CLIPModel as StreetCLIP
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = rshf
version = 0.0.10
version = 0.0.11
author = Srikumar Sastry
author_email = s.sastry@wustl.edu
description = RS pretrained models in huggingface style
Expand Down

0 comments on commit 981d1c0

Please sign in to comment.