-
I cannot implement deeplabv3+ without base model. Can you release the pretrained xception base model. Thank you.
-
please add pretrain xception base model ~~ tks
-
![Uploading 9da3c33a4903eb23970199c363aa29e9_0.jpeg…]()
_Originally posted by @unnln in https://github.com/jfzhang95/pytorch-deeplab-xception/issues/236#issuecomment-2289434787_
…
unnln updated
3 months ago
-
Hello thank you for sharing the code :)
I noticed that "xception pretrain model url " in https://github.com/jfzhang95/pytorch-deeplab-xception/blob/master/modeling/backbone/xception.py#L248
doesn…
-
when I use resnet as backbone ,the mIoU can be 0.XX ,for example,0.38 at first epoch,0.74 at 50 epoch
however when I use xception as backbone the mIoU is 0.0X ,for example,0.03 at first epoch
I…
-
related paper
|摘要|
|---|
|We present an interpretation of Inception modules in convolutional neural networks as being an intermediate step in-between regular convolution and the depthwise separab…
-
https://arxiv.org/abs/1610.02357
-
I want to use the dfanet, which need the xception_a.pth file
Where can we download the checkpoint?
-
Thanks for releasing your code, which has provided great help to me.
However, I meet so error when I am training the model with xception as its backbone. I replace the backbone in your config.py file…
-
DeepLabV3+, the backbone can only use Xception, and other backbones cannot be selected
![1](https://github.com/Tramac/awesome-semantic-segmentation-pytorch/assets/92045971/186d075e-ae2b-40f5-bdd7-3dc…