Skip to content

Instantly share code, notes, and snippets.

View keesschollaart81's full-sized avatar
🚀
Azure DevOps all the things!

Kees Schollaart keesschollaart81

🚀
Azure DevOps all the things!
View GitHub Profile
@keesschollaart81
keesschollaart81 / yolov5s_tflite.cs
Created January 12, 2021 16:22
Yolov5s TF Lite, outputs parsed in C#
using Microsoft.Extensions.Logging;
using Shared;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Diagnostics;
var outputTensors = new List<OutputTensor>
{
public void Test(){
}
public class Kees {
public bool Jarig = false;
}