Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是否可以直接将图像及其分割作为训练 caffe 的输入?原始实现是否支持这一点?如果是,我在哪里可以找到合适的 prototxt 文件?
是的。有可能的。
查看用于语义分割和SegNet的完全卷积网络。它们都是完全卷积网络,并经过语义分割训练。GitHub 上提供了 prototxt 和 caffemodel 文件。
您可以使用原始实现运行 FCN,但 SegNet 使用了一些不属于原始实现的层。他们在 Github 上有一个经过编辑的 caffe 版本,所以你可以使用它。