iduta / pyconv

Pyramidal Convolution: Rethinking Convolutional Neural Networks for Visual Recognition (https://arxiv.org/pdf/2006.11538.pdf)
MIT License
328 stars 53 forks source link

Can you give the model for object detection? #12

Closed Smallwhite999 closed 3 years ago

Smallwhite999 commented 3 years ago

Hello, do you have a model for object detection? For example, fast RCNN's res or Vgg network

iduta commented 3 years ago

Hello! Sorry, I don't have the model for fast RCNN or VGG network.

Smallwhite999 commented 3 years ago

Hello! Sorry, I don't have the model for fast RCNN or VGG network.

OK,Thanks,Can this Pyconv be used in the fast RCNN backbone network RESNET?

iduta commented 3 years ago

Hello! Sorry, I don't have the model for fast RCNN or VGG network.

OK,Thanks,Can this Pyconv be used in the fast RCNN backbone network RESNET?

Yes, definitely.