Skip to content

Create RetinaNet object detection guide #2069

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 4 commits into
base: master
Choose a base branch
from

Conversation

sachinprasadhs
Copy link
Collaborator

No description provided.

Copy link
Contributor

@divyashreepathihalli divyashreepathihalli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR @sachinprasadhs - since this is a guide - we should have more detailed explanations that would help users understand our framework better. Lets add more of that.

Thanks!

object_detector.summary()

"""
## Preprocessing Layers
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a single line or a few lines of description of what this section will be about


"""
### Predict and Visualize
Next, let's get some predictions from our object detector:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a bit more of description on what you will be doing here

backbones here https://keras.io/keras_hub/presets/
"""

object_detector = keras_hub.models.ImageObjectDetector.from_preset(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

provide just the preset name here - `keras_hub.models.ImageObjectDetector.from_preset('retinanet_resnet50_fpn_coco')

)

"""
### Prediction on evaluation data
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In general for all the heading please add more description.

rows=2,
cols=2,
class_mapping=INDEX_TO_CLASS,
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

write conclusion, point to further resource links to explore etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants