深度學習知識圖譜論文科研小班
y = voc_label_indices(train_labels[0], voc_colormap2label())print(len(y))y[105:115, 130:140], VOC_CLASSES[1]
y = voc_label_indices(train_labels[0], voc_colormap2label())
print(train_labels[0].shape) # torch.Size([3, 281, 500])
print(len(y)) # 281
y[105:115, 130:140], VOC_CLASSES[1]
標簽: