unsky

Results 85 comments of unsky

fineturn就可以啊,找下caffe fineturn的方法

use my caffe-fpn,make sure all path is correct

when allow-border value is small , the error will occur in small image. you can increase allow-border. or increase image size. anchor size use the setting in paper. you can...

@redrabbit0723 https://github.com/unsky/FPN/blob/2f3e5c39452ac89217a40ab1174b39fa424d71cf/lib/rpn/proposal_layer.py#L213 add this codes.

..................0.02

@shohan6 the code in line213 is written for process when rpn net has proposal zero roi.

@shohan6 yes, they are duplicate of the same condition. you can disable the first.

这两种方式理论上差别不大,只是不同的工程实现而已,具体的细节有一些差异,可能能带来一些收益,貌似记得fpn原论文是 shared 的方式

the size must be imagestride*n,

TRAIN.IMAGE_STRIDE = 64