-
你好,在_ICHead中,
def forward(self, x_sub1, x_sub2, x_sub4):
outputs = list()
x_cff_24, x_24_cls = self.cff_24(x_sub4, x_sub2)
outputs.append(x_24_cls)
…
-
哇 大神这个代码是不是还能跑icnet模型,我看你有写,速度如何呢
-
Hi, Would you share the training details on cityscapes dataset?
-
@meetshah1995 @adam9500370 The pretrained models of ICNet come from https://github.com/meetshah1995/pytorch-semseg/pull/81. I do not how to use.
-
I cannot train with my own dataset using the pretrained model icnet_cityscapes_train_30k_bnnomerge.npy
-
python3 pdseg/eval.py --use_gpu --cfg ./configs/deeplabv3p_mobilenetv2_wx.yaml
{'AUG': {'AUG_METHOD': 'stepscaling',
'FIX_RESIZE_SIZE': (2048, 1024),
'FLIP': False,
'FLI…
-
Can you provide some compare about TensorRT and Pytorch at inference speed? thanks.
-
When I follow the instruction, and start train network using pre-trained model "icnet_cityscapes_train_30k_bnnomerge.npy"(I download it manually following the code because I cannot download it automa…
-
Tried to run the train.py for **ICNet** using the README guide with Cityscapes dataset.
Windows 10
CUDA 10.1
GPU: Nvidia GEFORCE GTX 1050Ti
Using the Conda virtual environment. Issued the followin…
ghost updated
5 years ago
-
当我运行
python test.py 时出现错误:
Traceback (most recent call last):
File "test.py", line 10, in
File "/home/user/yzc/yanglin/Keras-Semantic-Segmentation-master/Models/FCN8.py", line 2, in
fr…