From 55d9d09e0e89164d1a7bd432af7306872ebb80a2 Mon Sep 17 00:00:00 2001 From: Anna <48245050+AnnaSupervisely@users.noreply.github.com> Date: Wed, 12 Jul 2023 12:41:50 +0300 Subject: [PATCH] add media to export weights readme --- supervisely/export_weights/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/supervisely/export_weights/README.md b/supervisely/export_weights/README.md index 74c20ea5748a..6071c6f1b6c5 100644 --- a/supervisely/export_weights/README.md +++ b/supervisely/export_weights/README.md @@ -28,17 +28,17 @@ App exports pretrained YOLO v5 model weights to [Torchscript](https://pytorch.or **Step 2**: Find your pretrained model weights file in `Team Files`, open file context menue(right click on it) -> `Run App` -> `Export YOLOv5 weights`. - + **Step 3**: Press `Run` button. Now application log window will be opened. You can safely close it. - + **Step 4**: Converted model files will be placed to source weight file folder: - `{source weights filename}.onnx` - `{source weights filename}.torchscript.pt` - + # Infer models