ramvdixit

Results 8 comments of ramvdixit

@UwaisWisitech Nope. I moved on to implementing it a different way, I combined OpenCV, SVM with KNN and my own camera implementation derived from the OtaliaStudios CameraView library. I am...

My best bet would be TensorFlow with SVM/KNN. It's quite satisfactory. I get a positive result almost all the time. Keep in mind that there are a bunch of variables...

You mean the processed files? sure you can. But why localhost? You either store it on a remote server or maintain them on the local device.

If you are opting to use TensorFlow with SVM, you dont need the images after the training is completed. Just the training dataset containing the vector classifications is enough, which...

Yes, I have a SQLCipher database that stores the class data.

A very important and desired feature would be this!

Same problem here too. It would be great if this error on VS2017 is fixed!

As @TomTom101 suggested, this can be achieved with the controller `addListener` callback. ``` class _MyPageState extends State { ... final ExpandableController _infoPanelController = ExpandableController(initialExpanded: false); ... @override void initState() {...