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
Set `library_name` to `tf-keras`. (#3)
Browse files- Set `library_name` to `tf-keras`. (f485a00275b96b067c08d855c89f939e8bf8f906)
Co-authored-by: Lucain Pouget <Wauplin@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
library_name: keras
|
|
|
|
| 3 |
tags:
|
| 4 |
- ObjectDetection
|
| 5 |
- RetinaNet
|
| 6 |
- ResNet50
|
| 7 |
- ObjectClassification
|
| 8 |
- Feature Pyramid Network
|
| 9 |
-
pipeline_tag: object-detection
|
| 10 |
---
|
| 11 |
|
| 12 |
## Model description
|
|
|
|
| 1 |
---
|
| 2 |
+
library_name: tf-keras
|
| 3 |
+
pipeline_tag: object-detection
|
| 4 |
tags:
|
| 5 |
- ObjectDetection
|
| 6 |
- RetinaNet
|
| 7 |
- ResNet50
|
| 8 |
- ObjectClassification
|
| 9 |
- Feature Pyramid Network
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
## Model description
|