2 instantiations of ObjectDetectionTrainer
Microsoft.ML.TorchSharp (2)
TorchSharpCatalog.cs (2)
128
=> new
ObjectDetectionTrainer
(CatalogUtils.GetEnvironment(catalog), labelColumnName, predictedLabelColumnName, scoreColumnName, boundingBoxColumnName, predictedBoundingBoxColumnName, imageColumnName, maxEpoch);
139
=> new
ObjectDetectionTrainer
(CatalogUtils.GetEnvironment(catalog), options);
12 references to ObjectDetectionTrainer
Microsoft.ML.AutoML (1)
SweepableEstimator\Estimators\ObjectDetection.cs (1)
17
var option = new
ObjectDetectionTrainer
.Options
Microsoft.ML.TorchSharp (10)
AutoFormerV2\ObjectDetectionTrainer.cs (7)
24
using static Microsoft.ML.TorchSharp.AutoFormerV2.
ObjectDetectionTrainer
;
123
Host = Contracts.CheckRef(env, nameof(env)).Register(nameof(
ObjectDetectionTrainer
));
197
protected readonly
ObjectDetectionTrainer
Parent;
204
public Trainer(
ObjectDetectionTrainer
parent, IChannel ch, IDataView input)
504
internal readonly
ObjectDetectionTrainer
.Options Options;
521
internal ObjectDetectionTransformer(IHostEnvironment env,
ObjectDetectionTrainer
.Options options, AutoFormerV2 model, DataViewSchema.DetachedColumn labelColumn)
923
var imageTensor =
ObjectDetectionTrainer
.Trainer.Normalize(transMidTensor, _parent.Device);
TorchSharpCatalog.cs (3)
119
public static
ObjectDetectionTrainer
ObjectDetection(
136
public static
ObjectDetectionTrainer
ObjectDetection(
138
ObjectDetectionTrainer
.Options options)
Microsoft.ML.TorchSharp.Tests (1)
ObjectDetectionTests.cs (1)
54
var options = new
ObjectDetectionTrainer
.Options()