Skip to content

Commit

Permalink
add media to export weights readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaSupervisely committed Jul 12, 2023
1 parent 3a81961 commit 55d9d09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions supervisely/export_weights/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

<img src="https://i.imgur.com/uzMlQ2e.png" width="800px"/>
<img src="supervisely/export_weights/media/htr2.png" width="800px"/>

**Step 3**: Press `Run` button. Now application log window will be opened. You can safely close it.

<img src="https://i.imgur.com/zjXgxhg.png"/>
<img src="supervisely/export_weights/media/htr3.png"/>

**Step 4**: Converted model files will be placed to source weight file folder:
- `{source weights filename}.onnx`
- `{source weights filename}.torchscript.pt`

<img src="https://i.imgur.com/Xk2Gzr0.png"/>
<img src="supervisely/export_weights/media/htr4.png"/>

# Infer models

Expand Down

0 comments on commit 55d9d09

Please sign in to comment.