-
Thanks for sharing your codes! I was not able to run the training code for Cityscapes dataset. Below you can see my configuration file and the error messages. This seems to be related to the labels be…
-
您好,对您这个工作非常的感兴趣,但是对于这里面的randomscale有些疑问,对于cityscapes你paper写的是(0.125, 0.25, 0.375, 0.5, 0.625, 0.75, 0.875, 1.0, 1.125, 1.25, 1.375, 1.5),我想知道一下为什么会选择0.125,0.25.。。。。。0.625等着吗小的一些尺度?但是对于camVID的尺度就相对大一些,…
-
Hi there,
Thanks for sharing your codes. I wonder if the experience setting in your current train.py can achieve mIoU=0.6768 on Cityscapes. Like with deeplab v3 as SSSR backbone, init_lr=0.005 with…
-
Thanks for the good job of cityscapes , now how can I get the focal length of the images?
-
Hi, I previous opened an issue about ICNet evaluation mean-iou, it seems stopped at 0.25 approximately.
```
5it [00:01, 2.34it/s]WARN: resizing labels yielded fewer classes
250it [00:23, 10.78it…
-
Hello~I'm interested in your work. However, your codes **cannot reproduce** the results of **Tab.I** in your paper, which is the mIoU results with the FPN on Cityscapes val set, even though we tune th…
-
Hello, when I trained the PSPNet50 on the cityscapes dataset, I get 0.8266 miou in the training after 200 epochs, and 0.7764 miou in the test, and 0.6971 miou in the valuation. My environment is pytor…
-
hi
i notice that your code convert the color-photo into 14-class label
but the output of net has 34 class ,i think this might convert some pixel to the wrong id (for example (0,0,0) into id corres…
-
I follow the [installation Doc](https://github.com/open-mmlab/mmdetection/blob/master/docs/en/get_started.md), and failed when download config and checkpoint file:
```
mim download mmdet --config …
-
Can anybody give me some advise for how to create labels from images. For example like the cityscapes dataset, Thanks in advance, amazing project!