-
Hi, could you provide train scripts of IMAGENET pretrained model?
-
My Pytorch Version: 0.4.0
CUDA: 8.0
Python Version: 3.6
Multiple GPU
Could you give me some suggestions? Thanks a lot
-
Hi , Thx your code , I am very interested in your work .
But I don't know exactly which dataset I need . There is so many lable in Cityscapes dataset.
I guess the dataset is leftImg8bit_trainvaltest…
-
hi, thanks for the code first, but it seems code doesnot work with cityscape dataset currently. I'm using python3.6 with pytorch version: 0.2.0_4, it crashed after several training steps with:
THCu…
zhhtu updated
6 years ago
-
I compare your code with LinkNet [https://github.com/e-lab/LinkNet](url), I find that the IoU metric is different.
In your code, teconfusion.averageUnionValid is taken as IoU.
In the linkNet code, t…
-
Hi,
I have tried the code with different relative resolutions. I found that when res = 0.5, the IOUs are as follows.
+ average row correct: 82.642014403092%
+ average rowUcol correct (VOC me…