View Source API Reference Ex Vision v0.1.0-rc1

Modules

An object detector based on MobileNetV1 Large. Exported from torchvision. Weights from Imagenet 1k.

FasterRCNN object detector with ResNet50 backbone and FPN detection head, exported from torchvision.

SSDLite320 object detector with MobileNetV3 Large architecture, 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.

A semantic segmentation model for MobileNetV3 Backbone. Exported from torchvision.

A collection of commonly used types in ExVision

A struct describing the bounding box returned by the detection model.

Type describing image metadata that is being passed to ExVision.Model.Implementation callbacks.