From b946f710148e5e43ca6532beb3c4ebcdcb50fa84 Mon Sep 17 00:00:00 2001 From: Vishu26 Date: Tue, 29 Oct 2024 10:17:56 -0500 Subject: [PATCH] taxabind citation added --- README.md | 1 + rshf/taxabind/README.md | 16 ++++++++++++++++ setup.cfg | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 rshf/taxabind/README.md diff --git a/README.md b/README.md index 67d495a..e92211e 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,5 @@ print(model.forward_encoder(input, mask_ratio=0.0)[0].shape) |ScaleMAE|ICCV'23|[link](./rshf/scalemae/README.md) |SINR|ICML'23|[link](./rshf/sinr/README.md) |StreetCLIP||[link](./rshf/streetclip/README.md) +|TaxaBind|WACV'25|[link](./rshf/taxabind/README.md) ### List of models available here: [Link](https://huggingface.co/collections/MVRL/remote-sensing-foundation-models-664e8fcd67d8ca8c03f42d00) \ No newline at end of file diff --git a/rshf/taxabind/README.md b/rshf/taxabind/README.md new file mode 100644 index 0000000..5645966 --- /dev/null +++ b/rshf/taxabind/README.md @@ -0,0 +1,16 @@ +# TaxaBind + +References + +Arxiv: \ +GitHub: https://github.com/mvrl/TaxaBind \ +Citation: +```bib +@inproceedings{sastry2025taxabind, + title={TaxaBind: A Unified Embedding Space for Ecological Applications}, + author={Sastry, Srikumar and Khanal, Subash and Dhakal, Aayush and Ahmad, Adeel and Jacobs, Nathan}, + booktitle={Winter Conference on Applications of Computer Vision}, + year={2025}, + organization={IEEE/CVF} +} +``` \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 07e0904..7271d2c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = rshf -version = 0.1.1 +version = 0.1.2 author = Srikumar Sastry author_email = s.sastry@wustl.edu description = RS pretrained models in huggingface style