ImageNet: a large corpus of 1 million natural images, divided into 1000 categories.
1000 categories: synset.txt chinese synset.txtResNet: Deep Residual Learning for Image Recognition
Description: Input value of grayscale is ranged 0 to 1 without any pre-processing.
ResNext: Aggregated Residual Transformations for Deep Neural Networks
Description: Input value of grayscale is ranged 0 to 1 without any pre-processing.
Inception net: Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift
Description: Input value of grayscale is ranged 0 to 255 with a subtracted value of [123.68 116.78 103.94].
Mobile net (v2): MobileNetV2: Inverted Residuals and Linear Bottlenecks
Description: Input value of grayscale is ranged 0 to 255 with a subtracted value of [123.68 116.78 103.94].