From 4b07f268d5ab45bb71f2a0795f83e1104ff949d5 Mon Sep 17 00:00:00 2001 From: Anna <48245050+AnnaSupervisely@users.noreply.github.com> Date: Wed, 12 Jul 2023 12:42:29 +0300 Subject: [PATCH] add media to export weight 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 6071c6f1b6c5..9ef1f85695e7 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