loadModelFromFile method
Load a PicoDet model from absolute file paths (e.g., user-picked files).
Implementation
Future<bool> loadModelFromFile({
required String paramPath,
required String binPath,
int numClass = 1,
int sizeId = 0,
int cpuGpu = 0,
}) {
throw UnimplementedError('loadModelFromFile() has not been implemented.');
}