Skip to content

Commit

Permalink
links
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishu26 committed Oct 29, 2023
1 parent de69ca0 commit 91586df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,13 @@ Download pretrained models from the given links below:
```bibtex
@inproceedings{sastry2024birdsat,
title={BirdSAT: Cross-View Contrastive Masked Autoencoders for Bird Species Classification and Mapping},
author={Srikumar, Sastry and Subash, Khanal and Huang, Di and Aayush, Dhakal and Nathan, Jacobs},
author={Srikumar, Sastry and Subash, Khanal and Aayush, Dhakal and Huang, Di and Nathan, Jacobs},
booktitle={Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision},
year={2024}
}
```
```

## 🔍 Additional Links
Check out our lab website for other interesting works on geospatial understanding and mapping;
* Multi-Modal Vision Research Lab (MVRL) - [Link](https://mvrl.cse.wustl.edu/)
* Related Works from MVRL - [Link](https://mvrl.cse.wustl.edu/publications/)
2 changes: 1 addition & 1 deletion retrieval_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def retrieval_eval():
model_filter.eval()
model_filter = model_filter.cuda()
model = CVEMAEMeta.load_from_checkpoint(
cfg.retrieval.cve_ckpt,
cfg.retrieval.ckpt,
train_dataset=None,
val_dataset=test_dataset,
)
Expand Down

0 comments on commit 91586df

Please sign in to comment.