TFModels
object TFModels
Content copied to clipboard
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>
Content copied to clipboard
Image recognition models and preprocessing.