DNL-Object-Detection
DNL-Object-Detection copied to clipboard
Disentangled Non-Local Neural Networks
Hello, I have a question about your paper 'Disentangled Non-local Neural Networks' . I tried to derive the formula equation (17), equation (18), but I failed. Could you explain why...
Hello,can I change the model in faster-rcnn resnet instead of mask rcnn only by change this demo? //--------------------------------------------------------------------------------------------------------------------- # model settings model = dict( type='FasterRCNN', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4,...
1. How does the first equal sign in Equation 9 hold? 2. Why can $\lambda_i$ be omitted in subsequent discussions?
Hello,thanks for your fantastic work. i want to know why the output dimension of the unary Wm is 1 . why not 2 or 3? thank you very much!
1, Eq (17): How the CauchySchwarz inequality can be applied to different vectors? 2, Eq (18): The orders of /alpha seems to be wrong. 3, Is there any definitions for...