kentaroy47 / frcnn-from-scratch-with-keras

:collision:Faster R-CNN from scratch written with Keras
Apache License 2.0
168 stars 106 forks source link

classifier_layers not used in resnet.py #89

Closed YiJunLing closed 4 years ago

YiJunLing commented 4 years ago

Hi, I'm not sure if this is intentional but it would seem classifier_layer (the last block of resnet) function is not used in resnet.py. Thank you.

kentaroy47 commented 4 years ago

Thanks for the issue! In object detection, the classifier layer is not used and only the conv feature extractor layers are used. I'm going to close this since it is intentional.

YiJunLing commented 4 years ago

Alright. Thanks for responding!

On Wed, 26 Aug 2020, 10:54 Kentaro Yoshioka, notifications@github.com wrote:

Thanks for the issue! In object detection, the classifier layer is not used and only the conv feature extractor layers are used. I'm going to close this since it is intentional.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kentaroy47/frcnn-from-scratch-with-keras/issues/89#issuecomment-680451959, or unsubscribe https://github.com/notifications/unsubscribe-auth/APH6N36WXNLR4BAFBX5TZRTSCR2PNANCNFSM4QI77GMQ .