Instructions to use facebook/PE-Spatial-L14-448 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PerceptionEncoder
How to use facebook/PE-Spatial-L14-448 with PerceptionEncoder:
# Use any PE model as a vision encoder import core.vision_encoder.pe as pe model = pe.VisionTransformer.from_config("facebook/PE-Spatial-L14-448", pretrained=True) - Notebooks
- Google Colab
- Kaggle
Fix tag
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
library_name: perception-encoder
|
| 4 |
-
pipeline_tag:
|
| 5 |
---
|
| 6 |
# Model Details
|
| 7 |
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
library_name: perception-encoder
|
| 4 |
+
pipeline_tag: image-feature-extraction
|
| 5 |
---
|
| 6 |
# Model Details
|
| 7 |
|