Skip to content

Commit

Permalink
taxabind citation added
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishu26 committed Oct 29, 2024
1 parent 7aeb0c7 commit b946f71
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
16 changes: 16 additions & 0 deletions rshf/taxabind/README.md
Original file line number Diff line number Diff line change
@@ -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}
}
```
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.1.1
version = 0.1.2
author = Srikumar Sastry
author_email = [email protected]
description = RS pretrained models in huggingface style
Expand Down

0 comments on commit b946f71

Please sign in to comment.