Ma Shuhao
Ma Shuhao
请问 ,这个方法的输入是随机吗?就像GAN一样随机输入,产生随机结果
This code is not a complete version. I had seen a complete version on github ,but I forget that link.
Sorry,this code have a trouble def __call__(self, gray_image): size = gray_image.size() print(gray_image) color_image = torch.ByteTensor(3, size[0], size[1]).fill_(0) - for label in range(1, len(self.cmap)): mask = gray_image[0] == label **color_image[0][mask] =...
也就是说当提取了实例信息,那么每个box中的点云属于哪个类别并不清楚
这工作还不如直接使用pointnet++获取语义信息,再用BFS提取实例
您好,我发现COCO数据集收敛了。但是我自己用labelme标注了2张图片,其中有人的bounding box和3个keypoints 但是不收敛,好难过,方便吗,大佬,加一下qq
大佬,我QQ是370308707
@dronefreak I have use the other version code of bisenet
@mshmoon The CamVid training codes can be any semantic segmenation codes, but the difference is the label encoding and label decoding betweent these codes, do you have a trouble about...
@mshmoon I have train CamVid, Cityscapes and Pascal VOC2012