FCN-pytorch icon indicating copy to clipboard operation
FCN-pytorch copied to clipboard

你好,在FCN.py中有一行代码不是很理解,请指教

Open rw1995 opened this issue 5 years ago • 3 comments

你好,在FCN.py中有一行代码不是很理解,请指教 for layer in range(begin, end): x = self.features[layer](x) # print(x.shape) output["x%d"%(idx+1)] = xx=self.featureslayer表示什么意思

rw1995 avatar Nov 28 '19 12:11 rw1995

@yunlongdong

rw1995 avatar Nov 28 '19 12:11 rw1995

@rw1995 ,您好,我在https://github.com/DetectionTeamUCAS/FPN_Tensorflow/issues/81中看到您遇到的问题,我把原生fpn+resnet移植到安卓上一张1280的图像需要20秒左右,完全没法使用,不知道你的fpn+mobilenet的效果和效率如何,不知可否分享一下您修改的方法呢,不胜感激。

weogen avatar Nov 29 '19 08:11 weogen

@rw1995 ,您好,我在https://github.com/DetectionTeamUCAS/FPN_Tensorflow/issues/81中看到您遇到的问题,我把原生fpn+resnet移植到安卓上一张1280的图像需要20秒左右,完全没法使用,不知道你的fpn+mobilenet的效果和效率如何,不知可否分享一下您修改的方法呢,不胜感激。

不好意思==,因为效果并不是很好,mobilenet+fpn检测效果仅68左右,所以我丢弃了这个代码

rw1995 avatar Dec 01 '19 05:12 rw1995