Skip to content
New issue

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

论文中是说最后输入1000张特征图,取1000张特征图中的各像素最大值,为啥这个代码要用3通道呢 #115

Open
jiashihuigithub opened this issue Aug 29, 2019 · 2 comments

Comments

@jiashihuigithub
Copy link

annotation_pred = tf.argmax(conv_t3, dimension=3, name="prediction")我看论文中是说最后输入1000张特征图,取1000张特征图中的各像素最大值,为啥这个代码要用3通道呢

@liguanda1997
Copy link

迁移学习,fcn就是基于三通道模型下的呀

@zhangyusen123456
Copy link

意思是取第三维,就是说类别的那一维中的最大值,而不是每一行/列的最大值

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants