Feature Extraction
Transformers
Safetensors
English
remote-sensing
earth-observation
vision
croma
sentinel-1
sentinel-2
multimodal
Instructions to use BiliSakura/CROMA-transformers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BiliSakura/CROMA-transformers with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="BiliSakura/CROMA-transformers")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("BiliSakura/CROMA-transformers", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 354 Bytes
930dfab 22b9fbc 930dfab 22b9fbc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"image_processor_type": "CromaImageProcessor",
"size": {
"height": 120,
"width": 120
},
"do_resize": false,
"do_rescale": true,
"do_normalize": true,
"use_8_bit": true,
"do_convert_rgb": false,
"rescale_factor": 0.00392156862745098,
"auto_map": {
"AutoImageProcessor": "image_processing_croma.CromaImageProcessor"
}
}
|