IfProgrammingIsMagicImaWizard

Results 3 comments of IfProgrammingIsMagicImaWizard

I don't how to do it but if need to acess the external storage of the device you can use: ``` import 'dart:io'; import 'package:path_provider/path_provider.dart'; Directory directory = await getApplicationDocumentsDirectory();...

You can lower your minimal confidence/threshold, 0.0 will return everything.

I had a similar problem. First you need to know if your model is Image Classification or an Object Detection Model. Than you need to ensure the model is compatible...