Image Segmentation
Keras
ONNX
English
Chinese
Keras
TF-Keras
Safetensors
TensorFlow
biology
agriculture
weeds
vegetation
camouflage
deep learning
imagery
segmentation
medical
forest fire
wildfire
fuel
Instructions to use markrodrigo/vegetation-image-segmentation-1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use markrodrigo/vegetation-image-segmentation-1.0 with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://markrodrigo/vegetation-image-segmentation-1.0") - Notebooks
- Google Colab
- Kaggle
Segmenting On Other Forms Of Data Instead
1
#1 opened 6 months ago
by
MugishaTheProgrammer