We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
张博, 您好! 刚拜读了您的文章,有个小小的疑问还望您指教。对于文中提到的FF-Net,我的理解是以特征差异图为输入数据进行像素分类,这里为何选择使用11的卷积核呢?为何不使用考虑了空间上下文关系的卷积核呢(比如33,空洞卷积...)?
The text was updated successfully, but these errors were encountered:
您好,FF-Net的作用是融合多个特征,即为每个特征定权,可以看成线性加权计算过程;考虑空间上下文关系的卷积核已经通过VGG16实现。
Sorry, something went wrong.
No branches or pull requests
张博,
您好!
刚拜读了您的文章,有个小小的疑问还望您指教。对于文中提到的FF-Net,我的理解是以特征差异图为输入数据进行像素分类,这里为何选择使用11的卷积核呢?为何不使用考虑了空间上下文关系的卷积核呢(比如33,空洞卷积...)?
The text was updated successfully, but these errors were encountered: