mmmmimic / diffConvNet

PyTorch Implementation of "diffConv: Analyzing Irregular Point Clouds with an Irregular View" (ECCV'22)
MIT License
26 stars 3 forks source link

Hi! max_radius here is 2(r^2), base_radius is r^2, thus radius = r^2 + (2*r^2 - r^2)*d = r^2*(1+d). #5

Closed BuLingBin closed 1 year ago

BuLingBin commented 1 year ago
    Hi! max_radius here is 2(r^2), base_radius is r^2, thus radius = r^2 + (2*r^2 - r^2)*d = r^2*(1+d).

Originally posted by @mmmmimic in https://github.com/mmmmimic/diffConvNet/issues/4#issuecomment-1335232286 So, the root operation seems lost? Moreover, I find that the balanced renormalization is important in Table 5. Actually, after softmaxing, the range of A has been [0, 1], why further renormalize?