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)
17var option = new ObjectDetectionTrainer.Options
Microsoft.ML.TorchSharp (10)
AutoFormerV2\ObjectDetectionTrainer.cs (7)
24using static Microsoft.ML.TorchSharp.AutoFormerV2.ObjectDetectionTrainer; 123Host = Contracts.CheckRef(env, nameof(env)).Register(nameof(ObjectDetectionTrainer)); 197protected readonly ObjectDetectionTrainer Parent; 204public Trainer(ObjectDetectionTrainer parent, IChannel ch, IDataView input) 504internal readonly ObjectDetectionTrainer.Options Options; 521internal ObjectDetectionTransformer(IHostEnvironment env, ObjectDetectionTrainer.Options options, AutoFormerV2 model, DataViewSchema.DetachedColumn labelColumn) 923var imageTensor = ObjectDetectionTrainer.Trainer.Normalize(transMidTensor, _parent.Device);
TorchSharpCatalog.cs (3)
119public static ObjectDetectionTrainer ObjectDetection( 136public static ObjectDetectionTrainer ObjectDetection( 138ObjectDetectionTrainer.Options options)
Microsoft.ML.TorchSharp.Tests (1)
ObjectDetectionTests.cs (1)
54var options = new ObjectDetectionTrainer.Options()