Home
last modified time | relevance | path

Searched defs:detections (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/
DOvicDetectionResult.java23 public final ArrayList<BoundingBox> detections; field in OvicDetectionResult
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dobject_tracker.cc546 std::vector<Detection>* const detections) { in ProcessDetections()
634 std::vector<Detection> detections; in DetectTargets() local