Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dme-compunet committed Sep 26, 2024
2 parents 20d1391 + 0bb84f6 commit 9ce84c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ var result = await predictor.PoseAsync(image);
using var plotted = await result.PlotImageAsync(image);

// Write the plotted image to file
plotted.Save("./pose_demo.jpg")
plotted.Save("./pose_demo.jpg");
```

You can also predict and save to file in one operation:
Expand Down Expand Up @@ -107,4 +107,4 @@ predictor.PredictAndSaveAsync("path/to/image");

AGPL-3.0 License

**Important Note:** This project depends on ImageSharp, you should check the license details [here](https://github.com/SixLabors/ImageSharp/blob/main/LICENSE)
**Important Note:** This project depends on ImageSharp, you should check the license details [here](https://github.com/SixLabors/ImageSharp/blob/main/LICENSE)

0 comments on commit 9ce84c9

Please sign in to comment.