Zhimin_Yuan

Results 4 issues of Zhimin_Yuan

Hello, thanks for your great work. Can we implement spatial attention mechanism for each input point with MinkowskiEngine?

Hello, thanks for your brilliant work. I have a question about your `Formula (3)` in your paper. Does the `Formula (3)` corresponding the function `discrepancy_calc()` ? https://github.com/BIT-DA/BCDM/blob/6f20fdef3bb982e58cc2885bc32bce08ac451cb6/segmentation/train_bcdm.py#L42 Why you calculate...

Hi, Peng Jiang. Could you please share your code with me? I want to utilize your method on some other datasets. And I guarantee that the code will never be...

Hi @theo2021 , For Eq. 2, I want to know why you use the global variance rather than the variance of each prototype. I.e., .sum(axis=0) in below function. ` def...