-
Notifications
You must be signed in to change notification settings - Fork 164
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
BiSeNet: Bilateral Segmentation Network for Real-time Semantic Segmentation #47
Comments
results |
conclusions |
implements
related reference
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
related paper
概述
本文的动机是语义分割通常同时要求空间信息和相当大的感受野,然而现代的方法通常为了获得实时推理速度妥协了空间分辨率导致了较差的性能。本文提出双向分割网络(BiSeNet),即一个空间Path(较小的stride)保留空间信息生成高分辨率特征,另一个上下文Path(快速下采样)高效获取感受野。基于这两个Path,引入了一种新的特征融合模块高效组合特征。
The text was updated successfully, but these errors were encountered: