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
annotation_pred = tf.argmax(conv_t3, dimension=3, name="prediction")我看论文中是说最后输入1000张特征图,取1000张特征图中的各像素最大值,为啥这个代码要用3通道呢
The text was updated successfully, but these errors were encountered:
迁移学习,fcn就是基于三通道模型下的呀
Sorry, something went wrong.
意思是取第三维,就是说类别的那一维中的最大值,而不是每一行/列的最大值
No branches or pull requests
annotation_pred = tf.argmax(conv_t3, dimension=3, name="prediction")我看论文中是说最后输入1000张特征图,取1000张特征图中的各像素最大值,为啥这个代码要用3通道呢
The text was updated successfully, but these errors were encountered: