Compatibility
Image semantic segmentation
- Datasets:
- Models:
- PyTorch (TorchScript format):
- Input shape:
(batch, channels, height, width)
- Output shape:
(batch, classes, height, width)
- JSON configuration file format:
{ "normalization": { "mean": [<r>, <g>, <b>], "std": [<r>, <g>, <b>] } }
- Input shape:
- Tensorflow (SavedModel format):
- Input shape:
(batch, height, width, channels)
- Output shape:
(batch, height, width, classes)
- JSON configuration file format:
{ "image_size": [<height>, <width>] }
- Input shape:
- ONNX: coming soon
- PyTorch (TorchScript format):
- Metrics:
- Intersection over Union (IoU)
LiDAR semantic segmentation
Coming soon.
Object detection
Coming soon.