Closed NewbeeFL closed 10 months ago
Z{+} = \left{z \in Z{2}:l=i \right}
@NewbeeFL Yes, you are right. Z_{+} = \left{z \in Z_{2}:l=i \right}
should be the correct formulation. Thanks for pointing out this error.
Feel free to reopen this issue if you have more questions.
Hello,dear author,it's a nice work!I have been thoroughly studying your article and delving into the associated code and implementations. And i have a small question In Section 3.2, specifically in the Box-domain Contrastive Learning part, I have a question regarding the following statement:
"For each query box q ∈ Q, assuming its assigned proposal index is i and the feature is zq. The set of positive keys K+ and negative keys K− for query feature zq can be constructed as: Z{+} = \left{z \in Z{1}:l=i \right}"
Upon examining your code, I noticed that there might be a correction needed in this statement. It seems that the correct formulation could be:
"Z{+} = \left{z \in Z{2}:l=i \right}"
Here is the relevant section of your original code: \models\roi_heads\bbox_heads\convfc_bbox_head.py line 142
I wanted to bring this to your attention and seek clarification. If I have misunderstood something, please guide me in the right direction. I greatly appreciate your work and expertise in this field.
Best regards