Giter VIP home page Giter VIP logo

adaptive-anti-aliasing's People

Contributors

haotian-liu avatar maureenzou avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

adaptive-anti-aliasing's Issues

Doubt about the pasa with involution

Thanks for your impressive work. However, I noticed the operation in paper "Involution: Inverting the Inherence of Convolution for Visual Recognition (CVPR'21)" is highly similar with yours. Is there any difference? this paper just introduced the pasa into normal convolution rather than downsampling?

hi,about semantic segmentation task

did you mead I should put ''Downsample_PASA_group_softmax()'' before my ''downsample block''? so I just did it and the miou drop a lot, could you help me? my downsample block is just a conv "self.conv1x1 = ConvBNPReLU(nIn, nOut, 3, 2)"

About mASSC?

I Don't find the metric of mASSC.Could you tell me the place you set?

Missing dilate to work with DeepLabV3+

Is this the working code with DeepLabV3+ implementation from VainF? It seems this ResNet implementation is missing dilate for _make_layer() function and Bottleneck unit, and missing replace_stride_with_dilation argument to work with DeepLabV3+.

why using softmax in groups*k_size*k_size?

Thanks for your code.I wonder why using softmax in groups * k_size * k_size instead of k_size * k_size? My understanding is that the kernel shape is k_size * k_size and there are "groups" kernels. So the sum of each kernel should be 1 instead of "groups" kernels

Instance Segmentation

Hi,

When do you plan to release the Instance segmentation branch? I would be extremely grateful if it were made available.

Additionally, if you could also provide ResNet-50/101 COCO pre-trained weights, that would be great!

Difference between params 'groups' and 'pasa_group'

Hi,

Thank you for you work. I am slightly confused by the presence of these two parameters: 'groups' and 'pasa_groups'. The ResNet class in resnet_pasa_group_softmax.py can take both of them, so I was wondering which one refers to the number of channel groups (which will have different predicted LBP filters), and what is the other one used for. Judging from your README examples and the build_model() function in network.py, I believe that 'pasa_group' is the parameter to set the number of channel groups. Is that right?

Thanks you I advance,
Xavi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.