zhonhel / Incremental-Object-Detection-with-Feature-Pyramid-Network-and-Knowledge-Distillation

Incremental Object Detection with Feature Pyramid Network(FPN) and Knowledge Distillation.
11 stars 0 forks source link

关于第五章被训练网络需将其RPN模块得出的Rois数据传递给固定网络的原因是什么? #1

Open zhangnan-hust opened 4 years ago

zhangnan-hust commented 4 years ago

为什么训练网络的rois要传到固定网络得到预测输出,不可以直接用固定网络的RPN层的rois得到的预测输出吗?

zhonhel commented 4 years ago

有实验使用三种roi,但是用每种roi都是固定网络和被训练网络用同样的。没有试过用不一样的。

zhonhel commented 4 years ago

上面说的是关于旧类别进行保留训练时使用的roi,有实验三种。