1

I'm new to Caffe. I'm trying to understand the rules of using convolutional neural networks. And my questions are:

  • is it mandatory for the images to be small for training?
  • is it mandatory for the images to be squared?

I'm asking this because the biggest example of images used I found is 512 x 512. Would it be counter-intuitive to use for example HD size images?

Ferdi
  • 4,882
  • 7
  • 42
  • 62
Amani
  • 58
  • 7

1 Answers1

1

As pointed out in the comments, both are not necessary. When making an example it is howver very convenient to disregard aspects. Starting with the basics is the key to bring understanding. When you understand how it works it is easy to see that the size of the images are not an issue with regard to the network architecture. The image size does have an impact computationally however.

Jan
  • 255
  • 1
  • 7