I am using the tensorflow-lite version (https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/java/demo). Can anyone please tell me how to compute the object detection accuracy or prediction accuracy runtime against novel images while using this?
It will be also better to know how to find the accuracy against the original source training/validation data set?
Any help will be highly appreciated.