Object Detection
TF-Keras
TensorBoard
ObjectDetection
RetinaNet
ResNet50
ObjectClassification
Feature Pyramid Network
Instructions to use keras-io/Object-Detection-RetinaNet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use keras-io/Object-Detection-RetinaNet with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("keras-io/Object-Detection-RetinaNet") - Notebooks
- Google Colab
- Kaggle
Commit ·
b30614f
1
Parent(s): b5ce4fe
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,7 @@ tags:
|
|
| 6 |
- ResNet50
|
| 7 |
- ObjectClassification
|
| 8 |
- Feature Pyramid Network
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
## Model description
|
|
|
|
| 6 |
- ResNet50
|
| 7 |
- ObjectClassification
|
| 8 |
- Feature Pyramid Network
|
| 9 |
+
pipeline_tag: object-detection
|
| 10 |
---
|
| 11 |
|
| 12 |
## Model description
|