Skip to content

Port Faster-RCNN to Backbone API #1960

Closed
@stephentyers1975

Description

@stephentyers1975

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:

Screenshot 2023-07-19 at 15 21 03

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions