zhouqunbing

Results 6 issues of zhouqunbing

这段代码具体对应于文中的哪个模块呀?为什么会牵扯到相对位置编码呢? class ConvRelPosEnc(nn.Module): """Convolutional relative position encoding.""" def __init__(self, Ch, h, window): """Initialization. Ch: Channels per head. h: Number of heads. window: Window size(s) in convolutional relative positional encoding. It...

hello,if i want to use two inputs to segment picture,how should i do to fix the code? eg: RGB:(B,3,H,W) Depth:(B,1,H,W) I use the RGB and depth as the input,finally i...

I trained a model on nyuv2,and i want to use the model to directly test on SUNRGBD dataset.But the classes in nyuv2 are 40 ,and the sunrgbd are 37,so the...

the nyuv2 has 40 classes,if the code of 'cityscape_process' can process the nyuv2 dataset? cityscape only has 19 classes.

请问处理SBD和NYUv2的代码可以修改一下处理NYUv2数据集吗?我生的四十个通道照片,其中所有在最后一张通道照片中有很类别,并不是一张通道一张类别,需要修改哪些地方吗?radius还是?

除了更改文件的地址还需要哪些地方呢,NYUv2是40个种类,对每个通道生成png后发现,在最后一张图片上出现了很多类别,而且有好几张图片都是重复的。