Home
last modified time | relevance | path

Searched defs:Detection (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/evaluation/stages/utils/
Dimage_metrics.h64 struct Detection { struct
72 Detection() {} in Detection() argument
73 Detection(bool d, int64_t id, float s, Box2D b) in Detection() function
75 Detection(bool d, int64_t id, float s, Box2D b, IgnoreType i) in Detection() function
/external/armnn/tests/TfLiteYoloV3Big-Armnn/
DNMS.hpp29 struct Detection { struct
49 bool compare_detection(const yolov3::Detection& detection,
/external/libwebsockets/lib/system/smd/
DREADME.md234 #### SMD Report Result
244 #### SMD Request re-detection
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dobject_detector.h83 explicit Detection(const ObjectModelBase* const object_model, in Detection() function
90 Detection(const Detection& other) in Detection() function
/external/tflite-support/tensorflow_lite_support/cc/task/vision/proto/
Ddetections.proto24 message Detection { message
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/detector/
DDetection.java29 public abstract class Detection { class