What is the resolution of an image in ImageNet dataset?
The average image resolution on ImageNet is 469x387 pixels. Normally it's applied a pre-processing that samples them to 256x256 as @Prune said, but it depends on the task at hand.
The images vary in dimensions and resolution. Many applications resize / crop all of the images to 256x256 pixels.