Creating Object Detection Model From Scratch In Keras

I’ve been trying to create an object detection model in keras framework from scratch. But can only find possible solutions for RCNN and other prebuild libraries. Kindly tell me a way to create a model in keras that can detect objects with bounding boxex on my own custom model. Am really stuck on it.

There some models that are landing in Keras-cv.

E.g. see: