Connected_components_PyTorch
Connected_components_PyTorch copied to clipboard
Label Name?
I am not firm with the cuda language. so sorry for that question: How are the label-idx created?
I would expect label to be [0, 1, 2 ....n] but got [0, 1, 34534, 340394]
I am not firm with the cuda language. so sorry for that question: How are the label-idx created?
I would expect label to be
[0, 1, 2 ....n]but got[0, 1, 34534, 340394]
I think you can use torch.unique() to get the label set
Hello, have you solved this problem