Skip to content

Add D-FINE to KerasHub #2318

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
3 changes: 3 additions & 0 deletions keras_hub/api/layers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
from keras_hub.src.models.cspnet.cspnet_image_converter import (
CSPNetImageConverter as CSPNetImageConverter,
)
from keras_hub.src.models.d_fine.d_fine_image_converter import (
DFineImageConverter as DFineImageConverter,
)
from keras_hub.src.models.deeplab_v3.deeplab_v3_image_converter import (
DeepLabV3ImageConverter as DeepLabV3ImageConverter,
)
Expand Down
6 changes: 6 additions & 0 deletions keras_hub/api/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@
from keras_hub.src.models.cspnet.cspnet_image_classifier_preprocessor import (
CSPNetImageClassifierPreprocessor as CSPNetImageClassifierPreprocessor,
)
from keras_hub.src.models.d_fine.d_fine_backbone import (
DFineBackbone as DFineBackbone,
)
from keras_hub.src.models.d_fine.d_fine_object_detector_preprocessor import (
DFineObjectDetectorPreprocessor as DFineObjectDetectorPreprocessor,
)
from keras_hub.src.models.deberta_v3.deberta_v3_backbone import (
DebertaV3Backbone as DebertaV3Backbone,
)
Expand Down
Empty file.
Loading
Loading