initialize method

Future<void> initialize(
  1. HumanDetectionOptions options
)

Initialize the human detection model.

Implementation

Future<void> initialize(HumanDetectionOptions options) {
  throw UnimplementedError('initialize() has not been implemented.');
}