From 99b53c5bab69e812bb3ef90e1d5916b0f468deec Mon Sep 17 00:00:00 2001 From: UltralyticsAssistant Date: Mon, 21 Oct 2024 11:37:36 +0000 Subject: [PATCH] Auto-format by https://ultralytics.com/actions --- docs/en/integrations/sony-mct.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/en/integrations/sony-mct.md b/docs/en/integrations/sony-mct.md index ab54028711..1063caad1f 100644 --- a/docs/en/integrations/sony-mct.md +++ b/docs/en/integrations/sony-mct.md @@ -10,7 +10,7 @@ In this guide, we cover exporting Ultralytics YOLOv8 models to Sony's Model Comp ## Introduction to Sony MCT -Sony's Model Compression Toolkit (MCT) is a powerful tool for optimizing deep learning models through quantization and pruning. It supports various quantization methods and provides advanced algorithms to reduce model size and computational complexity without significantly sacrificing accuracy. MCT is particularly useful for deploying models on resource-constrained devices, ensuring efficient inference and reduced latency. +Sony's Model Compression Toolkit (MCT) is a powerful tool for optimizing deep learning models through quantization and pruning. It supports various quantization methods and provides advanced algorithms to reduce model size and computational complexity without significantly sacrificing accuracy. MCT is particularly useful for deploying models on resource-constrained devices, ensuring efficient inference and reduced latency. ### IMX 500 Converter Tool @@ -19,7 +19,6 @@ The IMX 500 Converter Tool is integral to the MCT framework, allowing the conver !!! warning The IMX 500 Converter Tool is only available for linux and raspberry pi os and requires `JVM>=17`. - ## Usage Examples