1 write to bbox_head
Microsoft.ML.TorchSharp (1)
AutoFormerV2\AutoformerV2.cs (1)
44
this.
bbox_head
= new RetinaHead(numClasses);
2 references to bbox_head
Microsoft.ML.TorchSharp (2)
AutoFormerV2\AutoformerV2.cs (2)
82
var (classificationInput, regressionInput) = this.
bbox_head
.forward(fpnOutput);
147
bbox_head
.Dispose();