Instructions to use kerasformers/grounding_dino_tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- KerasFormers
How to use kerasformers/grounding_dino_tiny with KerasFormers:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Keras
How to use kerasformers/grounding_dino_tiny with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://kerasformers/grounding_dino_tiny") - Notebooks
- Google Colab
- Kaggle
File size: 504 Bytes
2f67f8b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | {
"library_name": "kerasformers",
"kerasformers_version": "1.1.3",
"preprocessor_module": "kerasformers.models.grounding_dino",
"preprocessor_class": "GroundingDinoImageProcessor",
"variant": "grounding_dino_tiny",
"shortest_edge": 800,
"longest_edge": 1333,
"image_mean": [
0.48500001430511475,
0.4560000002384186,
0.4059999883174896
],
"image_std": [
0.2290000021457672,
0.2240000069141388,
0.22499999403953552
],
"data_format": null
} |