hujie-frank / GENet

230 stars 32 forks source link

About Global depth-wise convolution #3

Open manmanCover opened 5 years ago

manmanCover commented 5 years ago

@hujie-frank To my understanding, global convolution means to set the kernel size equals the current feature size, so this module can only be used on images which have the same sizes for training and testing? Is that right?

liugl7 commented 5 years ago

https://blog.csdn.net/hjimce/article/details/50187881 https://www.zhihu.com/question/270988169/answer/407731947

@manmanCover

manmanCover commented 4 years ago

https://blog.csdn.net/hjimce/article/details/50187881 https://www.zhihu.com/question/270988169/answer/407731947

@manmanCover

Sorry, 这两个链接没看懂,能帮忙解释一下吗?

liugl7 commented 4 years ago

训练和测试的输入尺寸确实是确定的。

可以通过vgg的dense的方法,来评估分类器。这样就能够用到全图的像素,而又固定输入尺寸。

---Original--- From: "manmanCover"<notifications@github.com> Date: Wed, Oct 30, 2019 00:01 AM To: "hujie-frank/GENet"<GENet@noreply.github.com>; Cc: "Comment"<comment@noreply.github.com>;"GaoLiang Liu"<2440877604@qq.com>; Subject: Re: [hujie-frank/GENet] About Global depth-wise convolution (#3)

https://blog.csdn.net/hjimce/article/details/50187881 https://www.zhihu.com/question/270988169/answer/407731947

@manmanCover

Sorry, 这两个链接没看懂,能帮忙解释一下吗?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

manmanCover commented 4 years ago

训练和测试的输入尺寸确实是确定的。 可以通过vgg的dense的方法,来评估分类器。这样就能够用到全图的像素,而又固定输入尺寸。 ---Original--- From: "manmanCover"<notifications@github.com> Date: Wed, Oct 30, 2019 00:01 AM To: "hujie-frank/GENet"<GENet@noreply.github.com>; Cc: "Comment"<comment@noreply.github.com>;"GaoLiang Liu"<2440877604@qq.com>; Subject: Re: [hujie-frank/GENet] About Global depth-wise convolution (#3) https://blog.csdn.net/hjimce/article/details/50187881 https://www.zhihu.com/question/270988169/answer/407731947 @manmanCover Sorry, 这两个链接没看懂,能帮忙解释一下吗? — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

懂啦!谢!