yunlongdong / FCN-pytorch

Another pytorch implementation of FCN (Fully Convolutional Networks)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

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

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