initialize method
Initialize the human detection model.
Implementation
Future<void> initialize(HumanDetectionOptions options) {
throw UnimplementedError('initialize() has not been implemented.');
}
Initialize the human detection model.
Future<void> initialize(HumanDetectionOptions options) {
throw UnimplementedError('initialize() has not been implemented.');
}