-
I use deeplab3plus on voc2012 dataset,Is it normal to train 50 epoch, but miou is not yet 40?
log file as follows
2023/08/03 21:27:21 - mmengine - INFO -
---------------------------------------…
-
Hi, dear authors!
Thank you for your amazing job!
I have a small question about init.
I mixed the ResNet 18 with my custom module, which looks like as follow:
![屏幕截图 2021-11-07 144148](https://use…
-
Hello, I have a question about the calss BasicEncode. The channelsLayer one to layer three are 64, 96 and 128. But I saw the channels are 64, 128 and 192 in Fig7. I cannot understand it. Could you he…
-
**Describe the bug**
Blur filter is removed when optimising the SVG with SVGO in certain situations.
**To Reproduce**
Steps to reproduce the behavior:
1. Draw a polygon
2. Apply linear gradient…
-
**Reporter: jidanni@jidanni.org**
**Date: 2007/04/09 - 11:34**
```
Below, my comments have ">", and Warmerdam's reply doesn't.
I'm not sure if he implemented all my ideas.
> $ shp2img
> Say:
> Synta…
-
hello.
I am trying to modify an overlay consisting of images using the "update" function but i get constantly this message in the terminal ...
Traceback (most recent call last):
File "_ctyp…
-
假设设置variable_scope (say 'ae'),denoise_name仍然会用本身的名字denoising1,而不是ae/denoising1. 不然有KeyError。如果有不同scope相同denoise_name的情况下,是不是就没法区别呢?
`with tf.variable_scope("ae", reuse=reuse):`
...
`recon_layer1.…
-
报错如下:
Traceback (most recent call last):
File "/drive/MyDrive/DANet-0.5.0/danet/train.py", line 199, in
trainer = Trainer(args)
File "/drive/MyDrive/DANet-0.5.0/danet/train.py", line 67, …
-
I'm trying to adapt the example in the readme markdown to accept a grayscale input image with a resolution of 512x448 in the range 0-1 and an output of 8 values between 0-1. My dimensions seem to be i…
-
Hello Thank you for your wonderful work on Image Matting! I encountered some problems when testing the pretrained model: It seems that the pretrained model you provided does not match the shape of the…