Skip to content
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

README, the parameter position is wrong #213

Open
Genie-Liu opened this issue Sep 18, 2018 · 0 comments
Open

README, the parameter position is wrong #213

Genie-Liu opened this issue Sep 18, 2018 · 0 comments

Comments

@Genie-Liu
Copy link

Genie-Liu commented Sep 18, 2018

backbone = keras_rcnn.models.backbone.VGG16

model = keras_rcnn.models.RCNN((224, 224, 3), ["circle", "rectangle", "triangle"], backbone)

In the Backbone, the use of backbone raise an Error due to the parameter position. It should be:
model = keras_rcnn.models.RCNN((224, 224, 3), ["circle", "rectangle", "triangle"], backbone=backbone)

@Genie-Liu Genie-Liu changed the title Lack of README, the parameter position is wrong Sep 18, 2018
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

No branches or pull requests

1 participant