Default anchor sizes for faster r-cnn

I can’t seem to find this information anywhere, but wanted to know, if you do not define anchor sizes for your faster r-cnn model, then what is the default number/sizes in the PyTorch implementation?

By default this AnchorGenerator would be used unless you pass another custom AnchorGenerator to FasterRCNN.