This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Object Detection using deep learning

I am working on a problem statement that how to correctly identify the same objects which is varying in size or structure. For example: in the image there are a number of chairs but each of which is of different shape and size (Like few are small chairs and few are big likewise).

Would you give your opinion on how to deal with this?

Parents
  • Hi! I would recommend to take a look at Inception neural network. 

    It uses different sizes of convolution kernels to take variations into account. This way you don't need to expect the object to be properly positioned or to occupy a certain area.

Reply
  • Hi! I would recommend to take a look at Inception neural network. 

    It uses different sizes of convolution kernels to take variations into account. This way you don't need to expect the object to be properly positioned or to occupy a certain area.

Children
No data