-
Hello,
I'm trying to run the train.py file however the training does not start. I increased the batch size to 4 and decreased it to 2 again but it does not start either way. You can check the atta…
-
-
### 本周
1. 准备开题
2. 看了下Cityscapes数据集,尝试对其数据处理读取,准备在这上试试之前的网络效果
3. 看到篇文章,[_Understanding Convolution for Semantic Segmentation_](https://arxiv.org/abs/1702.08502),是对孔洞卷积的应用、改进,还提出了一种对特征图通过密集卷积再reshape…
-
I try to execute
```
python3 -u /home/dl-box/ld/github/drn/segment.py test -d=/media/dl-box/HDD3/ld/Documents/datasets/CITYSCAPES -c=19 --arch=drn_d_22 --resume=/home/dl-box/ld/github/drn/pretraine…
-
Although the converted weights produce plausible predictions,
they are not yet up to the published results of the PSPNet paper.
Current results on cityscapes validation set:
```
classes …
-
Dear author,
I was using the default settings and pretrained model with c++ given here [https://github.com/eric612/MobileNet-YOLO/tree/master/data/cityscapes](url). The result seems to be wrong. Ho…
-
I am receiving this error when i try to run the pre-trained model
WARNING: Logging before InitGoogleLogging() is written to STDERR
W0713 03:50:08.101807 13390 _caffe.cpp:135] DEPRECATION WARNING -…
-
related paper
|摘要|
|---|
|Deep learning has considerably improved semantic image segmentation. However, its high accuracy is traded against larger computational costs which makes it unsuitable fo…
-
Hi, thanks for releasing this awesome code! Currently, i am working on reproducing the result on cityscapes in paper. I found that in paper the description of mtl update equation say the weights of ta…
-
Hi , I want train ICNet with different NUM_CLASSES (eg NUM_CLASSES = 12).So I changed all the num_classes=19 to 12 in *.py and num_output in *.prototxt. But when I run `python train.py `I get error:
…