Siva Sravana Kumar Neeli

Results 8 issues of Siva Sravana Kumar Neeli

# Description End to End Notebook for Object Detection on BCCD dataset using YOLOv7 using Model Garden ## Type of change - [x] Other (YOLOv7 Notebook) ## Checklist - [x]...

models:official

# What does this PR do? Port legacy Faster R-CNN to Keras 3 Fix minor bug in ROI Align, make sure to build the shapes for each layer components. The...

wip

This PR covers below cases: 1. Add bounding box transformations: Here we require `orig_height` and `orig_width` for bounding boxes transformation as each image can have separate bounding boxes relative to...

size:L
awaiting review

This PR covers preprocessor for RetinaNet object detector and RetinaNet model itself. #1756 1. `ImageObjectDetector ` 2. `ImageObjectDetectorPreprocessor` 3. `RetinaNetObjectDetector` 4. `RetinaNetObjectDetectorPreprocessor` 5. `RetinaNetImageConverter`

In Keras-Hub for all CV models wherever we need the bounding box format reference make sure to add new reference links to keras-core.

team-created

# PARSeq Model ## Description of the Change This PR adds an end-to-end scene text recognition model, PARSeq, to KerasHub. PARSeq is a ViT-based OCR model that enables iterative decoding...