View Source API Reference Ex Vision v0.4.0
Modules
An object classifier based on EfficientNet_V2_L.
Exported from torchvision
.
Weights from Imagenet 1k.
An object classifier based on EfficientNet_V2_M.
Exported from torchvision
.
Weights from Imagenet 1k.
An object classifier based on EfficientNet_V2_S.
Exported from torchvision
.
Weights from Imagenet 1k.
An object detector based on MobileNetV1 Large.
Exported from torchvision
.
Weights from Imagenet 1k.
An object classifier based on SqueezeNet1_1.
Exported from torchvision
.
Weights from Imagenet 1k.
An instance segmentation model with a ResNet-50-FPN backbone. Exported from torchvision.
Keypoint R-CNN model with a ResNet-50-FPN backbone, exported from torchvision.
A protocol describing a generic ExVision model.
A module describing the behaviour that MUST be implemented by all ExVision models.
A generic implementation of the ExVision.Model.Definition
for Ortex based models.
FasterRCNN object detector with ResNet50 backbone and FPN detection head, exported from torchvision.
SSDLite320 object detector with MobileNetV3 Large architecture, exported from torchvision.
A semantic segmentation model for MobileNetV3 Backbone. Exported from torchvision.
Elixir.ExVision.StyleTransfer.Candy is a custom style transfer model optimised for devices with low computational capabilities and CPU inference.
Elixir.ExVision.StyleTransfer.CandyFast is a custom style transfer model optimised for devices with low computational capabilities and CPU inference.
Elixir.ExVision.StyleTransfer.Mosaic is a custom style transfer model optimised for devices with low computational capabilities and CPU inference.
Elixir.ExVision.StyleTransfer.MosaicFast is a custom style transfer model optimised for devices with low computational capabilities and CPU inference.
Elixir.ExVision.StyleTransfer.Princess is a custom style transfer model optimised for devices with low computational capabilities and CPU inference.
Elixir.ExVision.StyleTransfer.PrincessFast is a custom style transfer model optimised for devices with low computational capabilities and CPU inference.
Elixir.ExVision.StyleTransfer.Udnie is a custom style transfer model optimised for devices with low computational capabilities and CPU inference.
Elixir.ExVision.StyleTransfer.UdnieFast is a custom style transfer model optimised for devices with low computational capabilities and CPU inference.
A collection of commonly used types in ExVision
A struct describing the bounding box returned by the object detection model.
A struct describing the bounding box with keypoints returned by the keypoint detection model.
A struct describing the bounding box with mask returned by the instance segmentation model.
Type describing image metadata that is being passed to ExVision.Model.Implementation
callbacks.