qirong
Results
2
comments of
qirong
> 你好作者。我使用 resnet101 作为网络的骨干,并用它来训练城市景观数据集,我得到的 miu 指标只有 73.4,比你提到的 76.2 差得多。我有什么问题吗?以下是我的训练代码。 > > python main.py --model deeplabv3plus_resnet101 --dataset cityscapes --enable_vis --vis_port 28333 --gpu_id 0,1 --lr 0.1 --crop_size 768 --batch_size 16 --output_stride 16...
训练了 DeepLabV3Plus-resnet101,你的 miou 是 0.78,但我的只有 0.73,这是为什么呢