-
https://github.com/PaddlePaddle/PaddleSeg/blob/release/v0.3.0/turtorial/finetune_deeplabv3plus.md
![图片](https://user-images.githubusercontent.com/46156734/75221955-f94a3380-57dd-11ea-846d-4b78035b333…
-
Hi. In the paper of ECCV 2018, Deeplabv3+ achieved the performance of 89% of mIoU on PASCAL VOC dataset. But you claimed that the performance in paper is far lower(about 10%), do you just made a mista…
-
'deeplabv3plus' object has no attribute 'module'
-
Hello, when I use the code `self.unet = DeepLabV3Plus(model_backbone='res50_atrous', num_classes=self.output_ch)` to invoke a model, some error happen:
```
Train Loss: 0.0088223, lr: params_group_0…
-
Hello, I have a problem.
1.Same hyperparamters with you, backbone=resnet101
2.Use 4 GPUs, batch_size=16
3.pretrained model=resnet101-5d3b4d8f.pth
4.Train dataset=VOC2012AUG(10582)
5.Test dataset=…
-
Thank you for putting this code together and available on github!
Attempting to use deep lab on my own dataset.
I would like to use an arbitrary input resolution, ie 1280x720
In `utils/input_…
-
Please make sure that this is a bug. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and…
-
请问可以提供关于roadline预训练模型的相关配置吗. 例如训练数据集信息,网络训练的输入图像尺寸等信息^^
-
Hi @rishizek
Could you include the trained model deeplabv3plus_ver1.tar.gz directly in the github site or upload it on google drive. Dropbox is blocked. thanks very much
-
I would like to convert a Gluoncv pretrained model 'gluoncv.model_zoo.DeepLabV3Plus' to Pytorch one, but SyntaxError appears during conversion:
```
self.17 = nn.ConstantPad2d(padding=(1, 1, 1, 1),…