# AwesomeSeg **Repository Path**: lambda_nuller/awesome-seg ## Basic Information - **Project Name**: AwesomeSeg - **Description**: 仿写GitHub上的awesome-semantic-segmentation 语义分割包 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-12-14 - **Last Updated**: 2021-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Awesome Semantic Segmentation 仿写GitHub上Awesome Semantic Segmentation项目 https://github.com/Tramac/awesome-semantic-segmentation-pytorch + FCN 运行命令: ```shell python train.py --model fcn32s --backbone vgg16 --dataset pascal_voc --lr 0.0001 --epochs 50 ```