You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Zero/ZeroLevel.NN/Models/ImagePredictionInput.cs

12 lines
227 B

using Microsoft.ML.OnnxRuntime.Tensors;
namespace ZeroLevel.NN.Models
{
public class ImagePredictionInput
{
public Tensor<float> Tensor;
public OffsetBox[] Offsets;
public int Count;
}
}

Powered by TurnKey Linux.