Closed
Description
Hi,
I'm following the documentation on keras-cv website Faster-RCNN model and i can't seem to import the model. I get the below error:

I can see from the repository that Faster-RCNN seems to be in a legacy folder keras_cv/models/legacy/object_detection.
How can i access this within my code as an import.
Forgive me if this is a simple question, I'm pretty new to coding in general and using repo's. I would love to do some testing with Faster-RCNN and I can see your implementation uses ROI-Align instead of pooling which is exactly what I'm looking for. I'm trying to build a custom object detector based on Faster-RCNN but with additional output branches.
Out of interest, why is this classic model marked as legacy??
Many thanks
Steve