-
Hi, really impressive work! I want to use the MobilenetV2 as the encoder in your network, but the output of the mobilenet does not quit match the input of your encoder. I saw on your paper you did exp…
-
Hello, I am using ddrnet , i tried several other models with the same dataset i am working on and they improve over time except ddrnet after 10 epoch the miou starts decreasing , Does that mean ddrnet…
-
2022-05-25 07:32:20 [INFO] config:configs/ddrnet/ddrnet39_cityscapes_1024x1024_120k.yml
2022-05-25 07:32:20 [INFO] input_size:
2022-05-25 07:32:20 [INFO] [1, 3, 1024, 1024]
2022-05-2…
-
Hi, nice work first of all!
I stumbled across the relu activations in the code:
`x = x + self.down3(self.relu(x_))
x_ = x_ + F.interpolate(
self.compression3(self.relu(layers[2])),
size=[…
-
环境:Win10 64位,Python3.8.5,PaddlePaddle-gpu 2.3.3,PaddleSeg2.6,CUDA_10.1.105_418.96_win10,CUDNN 7.6.5.32
———————————————————————————
参考执行步骤:https://github.com/PaddlePaddle/PaddleSeg/blob/release/2.6/d…
-
Hi, thank you for sharing your great work.
May you please share the pre-trained model on the COCO dataset also?
-
@ydhongHIT ,您好,想請問你們會公開訓練的code嗎?想嘗試來訓練自己的訓練集!
謝謝您!!
-
The memory cost of beit backbone is huge and you didn't implement the 'with_cp' option to save the memory. However, I add it by myself and the gpu memory doesn't get smaller. Maybe my implement has so…
-
Hello, I try to implement an evaluation of segformer b5 to cityscapes dataset, but I keep getting an error related to the network's structure. I attached a file with the error.
[error.txt](https://g…
-
Hi,the third code dosen‘t work on my PC,when will you please upload you whole project?thx