Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSwardh authored Nov 1, 2024
1 parent 5975f83 commit c5826ef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,15 @@ resultImage.Save(@"save\as\new_image.jpg", SKEncodedImageFormat.Jpeg, 80);

# Example 2 - Inference on a batch of images
```csharp
using System;
using System.IO;
using SkiaSharp;
using YoloDotNet;
using YoloDotNet.Enums;
using YoloDotNet.Models;
using YoloDotNet.Extensions;
using System.Threading.Tasks;

// Instantiate a new yolo-object
using var yolo = new Yolo(new YoloOptions()
{
Expand Down

0 comments on commit c5826ef

Please sign in to comment.