Summary/TL;DR: ML Object Detection application is unable to detect objects because images aren’t being acquired by analyze() method. BACKGROUND I’m currently working on a mobile application using CameraX and Google ML Kit written in Java. The purpose of the application is to detect objects with a real time camera preview. I implemented ML Kit using this guide aptly titled “Detect
Tag: machine-learning
How to create Fuzzy Logic rules or model in Java
I have been given a new task in my new job, basically, I have to create a “model” to predict future data. I have been told Fuzzy Logic is the best way to do this, and I use Java almost every day, so I would prefer to use it here too. I have searched for information about Fuzzy Logic and
Creating a string attribute in Weka Java API
I’m trying to create a new string Attribute using Weka’s Java API… Reading through the API javadocs, it appears that the way to do so is to use this constructor: but I’m stuck as to what I should pass into the attributeValues parameter… when I put in null, Java complains about protected objects when I put in Null, it’s syntax