-**image_path**:Test image path, can be a single image path or an image directory path
-**image_path**: Test image path, can be a single image path or an image directory path
-**top_k**:[**Optional**] Return the top `top_k` 's scores ,default by `1`.
-**top_k**: [**Optional**] Return the top `top_k` 's scores ,default by `1`.
-**batch_size**: [**Optional**] batch_size. Default by `1`.
-**resize_short**: [**Optional**] Resize the input image according to short size. Default by `256`.
-**resize**: [**Optional**] Resize the input image. Default by `224`.
-**normalize**: [**Optional**] Whether normalize the input image. Default by `True`.
**Notice**:
If you want to use `Transformer series models`, such as `DeiT_***_384`, `ViT_***_384`, etc., please pay attention to the input size of model, and need to set `--resize_short=384`, `--resize=384`.