How to use from the
Use from the
Keras library
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"

import keras

model = keras.saving.load_model("hf://geekyrakshit/DeepLabV3-Plus")

DeepLabV3-Plus

Keras implementation of the DeepLabV3+ model as proposed by the paper Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation(ECCV 2018). The models were trained on the fine-annotations set of the Cityscapes dataset for creating presets for this PR on the keras-cv repository.

Weights & Biases Dashboard: https://wandb.ai/geekyrakshit/deeplabv3-keras-cv

Downloads last month
140
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for geekyrakshit/DeepLabV3-Plus