Kevinz-code
Kevinz-code
Hi, thanks so much for providing the detection configs. When I run detectron2 based on "Base-RCNN-C4-BN.yaml", (https://github.com/WXinlong/DenseCL/blob/main/benchmarks/detection/configs/Base-RCNN-C4-BN.yaml) the process said that "Res5ROIHeadsExtraNorm" has not been registered? And I carefully read...
Hi, Thanks for your great work! I am recently learning your paper, and notice that some configs are different between SoCo paper and SoCo code. Say, in SoCo paper, Table...
Hi, Thank you for your reproducible code about Yolov1. I was wondering about the structure of your resnet_yolo.py def forward(self, x): x = self.conv1(x) x = self.bn1(x) x = self.relu(x)...
Hi, Thanks for your good work. I'm a little wondering the line86-line88 in your inference.py. '' cam_resized = cv2.resize(cam, image_size, interpolation=cv2.INTER_CUBIC) cam_normalized = normalize_scoremap(cam_resized) '' In WSOL, after we get...
Hello, I'm very interested in your implementation and I want to implement your code to get a start. However, I was wondering the meaning of M1, M2, M3 in your...
Hi, Lin Chen and Jinsong Li Thanks for your great work and code sharing. After reading your paper, I have a little concern about the experiment settings in Table 4....