FastRCNN Constructor

Initializes a new instance of the FastRCNN class.

Namespace:  SiaNet.Application
Assembly:  SiaNet (in SiaNet.dll)

Syntax


public FastRCNN(
	FastRCNNModel model
)
Public Sub New ( _
	model As FastRCNNModel _
)
public:
FastRCNN(
	FastRCNNModel^ model
)

Parameters

model
Type: SiaNet.Common..::..FastRCNNModel
The model to use.