Closed
Description
Support for a DNN Image Featurizer Transform is to be added to ML.NET. This will allow users to use 1 of 4 pretrained DNN models (ResNet18, ResNet50, ResNet101, and AlexNet) trained on ImageNet in order to featurize an input image.
This transform will use the ONNX Transform as the backbone of doing input preprocessing and applying the pretrained DNN model.