Closed YiJunLing closed 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.
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 .
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.