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.
这张图片来自这篇论文:http ://arxiv.org/pdf/1511.02300v2.pdf 。我无法理解这个模型中 softmax 的功能是什么。如果我们的目标是找到目标检测的边界框,为什么我们最后要使用 softmax?
Softmax 应用于基于类的输出(看图,它不是边界框输出!)。边界框输出不使用softmax,而是使用normal output + L1 loss。