dataset/imagenetvid/scripts/crop_imagenet.py is cropping square images of objects but it's not retaining the original aspect ratio.
As an improvement, it should retain the aspect ratio and maybe fill the extra padding with the average color of the crop.
dataset/imagenetvid/scripts/crop_imagenet.pyis cropping square images of objects but it's not retaining the original aspect ratio.As an improvement, it should retain the aspect ratio and maybe fill the extra padding with the average color of the crop.