keras-faster-rcnn icon indicating copy to clipboard operation
keras-faster-rcnn copied to clipboard

请问我该怎样把basenet改成VGG16呢

Open Faterjames opened this issue 5 years ago • 2 comments

还有在加载预训练模型的时候是否把最后的全连接层也加载了,我希望在VGG16中把最后的ROI以及两层全连接改成整个的全局平均池化,是否会在加载预训练参数的时候发生错误呢

Faterjames avatar Nov 18 '19 03:11 Faterjames

修改config.py文件中 # 当前配置 current_config = VOCVggConfig()

yizt avatar Nov 18 '19 08:11 yizt

修改config.py文件中 # 当前配置 current_config = VOCVggConfig()

您好,我跑了一下默认的resnet模型,在evaluate 的时候,所有的ap与map的输出都是0,是怎么回事呢

Faterjames avatar Nov 19 '19 03:11 Faterjames