Context-Cluster icon indicating copy to clipboard operation
Context-Cluster copied to clipboard

[ICLR 2023 Oral] Image as Set of Points

Results 9 Context-Cluster issues
Sort by recently updated
recently updated
newest added

Hello. Thanks for your great work! I'm trying to play around with the visualization, but can't seem to reproduce the result in your example folder. I just cloned the repository,...

I am completely new in this field. I have assigned to reproduce this code for my class project but I am facing several errors for the past two months. Sometime...

Hi, I've been examining the models/context_cluster.py file in your GitHub repository and observed that the ordering of the height (H) and width (W) dimensions in some tensor operations, such as...

excuse me,there is a error of detection pretrained model, raise error: size mismatch for backbone.network.0.0.mlp.fc1.weight: copying a param with shape torch.Size([512, 64, 1, 1]) from checkpoint, the shape in current...

Dear auther, Can you release your timm version to us, I tried timm 0.9.7 and 0.9.12, but both of them show me that ImportError: cannot import name 'convert_splitbn_model' from 'timm.models'

Hello, thank you for your contribution to science. I encountered the following problem while reproducing the object detection code: Then I debugged and found that the input [5, 5] was...

https://github.com/ma-xu/Context-Cluster/blob/main/models/context_cluster.py#L169 Hello Xu Ma, Thanks for your great work! I am curious about the usage scenarios of this code. It's set to False by default, and I cannot figure out...

Thanks for this inspired work. I am confused about why you choose Group Normalization as the normalization. Did you try other normalization methods like Batch Normalization? I think Batch Normalization...

Hi, nice work! I wonder if it is convenient for you to provide some examples of images in Generalization Outlook, such as Irregular images and Masked images. Thanks!