unsky
unsky
从来没遇到这种情况,是否是机器空间满了,无法打印log造成的?
image_stride 的倍数
readme有解释
you have bug in test code, i think you havenot restore the rois. i do this in https://github.com/unsky/FPN/blob/2f3e5c39452ac89217a40ab1174b39fa424d71cf/lib/fast_rcnn/test.py#L292 rgb's faster rcnn do this in: https://github.com/rbgirshick/py-faster-rcnn/blob/4e199d792f625cf712ca9b9a16278bafe0806201/lib/fast_rcnn/train.py#L65
@lixiangamy use fpn-caffe!
Duplicate of #21 https://github.com/unsky/FPN/issues/21
FPN属于faster rcnn框架发展而来,保留了faster rcnn对于rois的设置,faster rcnn 有一个trick就是对第二阶段的rcnn的rois做了白化处理,这种策略可以加速收敛,当然也需要我们在测试阶段进行一次反白化。
fpn非常适合的情况是大小目标在同一图片中,如果单纯只有小目标可以去掉一些fpn的高层。
这个问题是无法读取yml导致的,因该是读取yml的库不兼容导致的,