Skip to content

Commit

Permalink
Update INFERENCE-2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolomeychenko authored Mar 4, 2025
1 parent ce72086 commit 97c6d86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions supervisely_integration/demo/INFERENCE-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@

> You can use your model in very different ways depending on your needs. For more information, please, refer to our full [Inference & Deployment](https://docs.supervisely.com/neural-networks/overview-1) documentation.
## Apply Model to your Project
## Once Click Model Predictions

Soon: run model inference on your data from experiemnt page.
You can apply your model in a single click. Select the input project and datasets, configure inference settings if needed, and run the model.

*(We add this selector right into the page)*
Expand Down Expand Up @@ -396,4 +397,4 @@ if __name__ == "__main__":
# save result
draw([im_pil], labels, boxes, scores, classes)
im_pil.save("result.jpg")
```
```

0 comments on commit 97c6d86

Please sign in to comment.