fastseg icon indicating copy to clipboard operation
fastseg copied to clipboard

📸 PyTorch implementation of MobileNetV3 for real-time semantic segmentation, with pretrained weights & state-of-the-art performance

Results 1 fastseg issues
Sort by recently updated
recently updated
newest added

首先感谢您提供了这个超棒的方案。我在根据https://github.com/ekzhang/semantic-segmentation.git这个进行模型训练时遇到训练结果一直有较大误差的问题。能否提供下什么建议或思路?谢谢。 下面是我的模型训练结果: validating[Iter: 1 / 1] IoU: Id label iU_1.0 TP FP FN Precision Recall ---- ---------- -------- ----- ------ ------ ----------- -------- 0 background 99.02 98.40 0.00 0.01 1.00...