TFModels

object TFModels

Supported models for inference and transfer learning, trained on ImageNet dataset.

All weights are imported from the Keras.applications or ONNX.models project and preprocessed with the KotlinDL project.

Types

CV
Link copied to clipboard
sealed class CV<T : GraphTrainableModel> : ModelType<T, ImageRecognitionModel>

Image recognition models and preprocessing.