RS pretrained models in huggingface style
Project description
rshf
Remote sensing pretrained models easy loading using huggingface -- PyTorch (for fast benchmarking)
Installation:
pip install rshf
Example:
from rshf.satmae import SatMAE
model = SatMAE.from_pretrained("MVRL/satmae-vitlarge-fmow-pretrain-800")
input = model.transform(torch.randint(0, 256, (224, 224, 3)).float().numpy(), 224).unsqueeze(0)
print(model.forward_encoder(input, mask_ratio=0.0)[0].shape)
TODO:
- Add transforms for each model
- Add Documentation (https://rshf-docs.readthedocs.io/en/latest/)
- Add initial set of models
Citations
| Model Type | Venue | Citation |
|---|---|---|
| BioCLIP | CVPR'24 | link |
| Climplicit | ICLRW'25 | link |
| CLIP | ICML'21 | link |
| CROMA | NeurIPS'23 | link |
| DinoV3 Sat | link | |
| GeoCLAP | BMVC'23 | link |
| GeoCLIP | NeurIPS'23 | link |
| Presto | link | |
| Prithvi | link | |
| ProM3E | CVPR'26 | link |
| RANGE | CVPR'25 | link |
| RCME | ICCV'25 | link |
| RemoteCLIP | TGRS'23 | link |
| RVSA | TGRS'22 | link |
| Sat2Cap | EarthVision'24 | link |
| SatClip | AAAI'25 | link |
| SatMAE | NeurIPS'22 | link |
| SatMAE++ | CVPR'24 | link |
| ScaleMAE | ICCV'23 | link |
| SenCLIP | WACV'25 | link |
| SINR | ICML'23 | link |
| StreetCLIP | link | |
| TaxaBind | WACV'25 | link |
List of models available here: Link
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rshf-0.2.2.tar.gz
(2.0 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
rshf-0.2.2-py3-none-any.whl
(2.0 MB
view details)
File details
Details for the file rshf-0.2.2.tar.gz.
File metadata
- Download URL: rshf-0.2.2.tar.gz
- Upload date:
- Size: 2.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f5dc12cd339bce8374d9fb346d8d22f33301702c50d923c758e93623dfa46fa
|
|
| MD5 |
9e32a192e5e40b5da249dd4bc793909f
|
|
| BLAKE2b-256 |
ba14a28e407e9c1192f4f2ba5630f14173f155cc789564ab3673eec45bea877d
|
File details
Details for the file rshf-0.2.2-py3-none-any.whl.
File metadata
- Download URL: rshf-0.2.2-py3-none-any.whl
- Upload date:
- Size: 2.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
036f135a73a3a8665b00e90a6257265be2ff3cd028fda0810df432ca531b88f4
|
|
| MD5 |
aec3c4ab0c1ab204c8e097228644d7de
|
|
| BLAKE2b-256 |
ca1895e6296b2036b6d61e1aa541a14ce22a4838cdd8dcb9a730d4429c6880cc
|