18 Star 82 Fork 49

DeepSpark/DeepSparkHub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
majorli6 提交于 2024-02-19 14:28 . fix typos

BiSeNetV2

Model description

BiSeNet V2 is a two-pathway architecture for real-time semantic segmentation. One pathway is designed to capture the spatial details with wide channels and shallow layers, called Detail Branch. In contrast, the other pathway is introduced to extract the categorical semantics with narrow channels and deep layers, called Semantic Branch. The Semantic Branch simply requires a large receptive field to capture semantic context, while the detail information can be supplied by the Detail Branch. Therefore, the Semantic Branch can be made very lightweight with fewer channels and a fast-downsampling strategy. Both types of feature representation are merged to construct a stronger and more comprehensive feature representation.

Step 1: Installation

pip3 install -r requirement

# if libGL.so.1 errors.txt
yum install mesa-libGL -y  

Step 2: Preparing datasets

Download cityscapes from website

mv /path/to/leftImg8bit_trainvaltest.zip datasets/cityscapes
mv /path/to/gtFine_trainvaltest.zip datasets/cityscapes
cd datasets/cityscapes
unzip leftImg8bit_trainvaltest.zip
unzip gtFine_trainvaltest.zip

Step 3: Training

bash train.sh 8 configs/bisenetv2_city.py

Results

GPUs FPS ss ssc msf mscf
BiSeNetV2 156.81 s/it 73.42 74.67 74.99 75.71

Reference

BiSeNet

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/deep-spark/deepsparkhub.git
git@gitee.com:deep-spark/deepsparkhub.git
deep-spark
deepsparkhub
DeepSparkHub
master

搜索帮助

A270a887 8829481 3d7a4017 8829481