Italy2006

Results 9 comments of Italy2006

I have the same question too

But I looked at his Deeplabv2 library, it does not use resize_eval. I read other articles, none of the libraries use Resize_eval. If you use Resize_eval, the model results will...

> Are you talking about the [DeepLabV3 code](https://github.com/qjadud1994/DRS/blob/866f0e799a4e2a8b7d84016ee604f9bb0ce7f572/DeepLabV3Plus-Pytorch/eval.py#L75)? > > As I mentioned, we strictly followed the DeepLab-V3+ pytorch implementation from https://github.com/VainF/DeepLabV3Plus-Pytorch, and trained with our pseudo labels. Another question...

> For DeepLab-V2, we did not use Resize_eval. > > The result of DeepLab-V3 is our additional experiment after publishing, so we skip the test-mIoU and report only the val-mIoU...

> Dear YudeWang, > Thanks for your code! > Do you have replaced AffinityNet with IRN before? I get a worse result when I replaced AffinityNet with IRN. Could you...

> Dear @zhaozhengChen and @PengtaoJiang, > > Sorry for the late reply. > > We used the below configs for training a segmentation network. > > ``` > EXP: >...

> I would also like to know one more thing. How do I train for deeplab with 90 classes ? In the following file (https://github.com/kazuto1011/deeplab-pytorch/blob/master/libs/datasets/__init__.py), coco.yaml provision is not provided....