Searched refs:keypoints (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
D | keypoint_detector.h | 63 Keypoint* const keypoints) const; 70 const int max_num_keypoints, Keypoint* const keypoints); 74 Keypoint* const keypoints);
|
D | object_tracker_jni.cc | 362 jfloatArray keypoints = in OBJECT_TRACKER_METHOD() local 364 if (keypoints == NULL) { in OBJECT_TRACKER_METHOD() 368 env->SetFloatArrayRegion(keypoints, 0, number_of_keypoints * kKeypointStep, in OBJECT_TRACKER_METHOD() 371 return keypoints; in OBJECT_TRACKER_METHOD() 386 jbyteArray keypoints = in OBJECT_TRACKER_METHOD() local 389 if (keypoints == NULL) { in OBJECT_TRACKER_METHOD() 395 keypoints, 0, number_of_keypoints * bytes_per_keypoint, keypoint_arr); in OBJECT_TRACKER_METHOD() 397 return keypoints; in OBJECT_TRACKER_METHOD()
|
D | keypoint_detector.cc | 300 Keypoint* const keypoints) const { in AddExtraCandidatesForBoxes() 314 Keypoint& curr_keypoint = keypoints[num_keypoints_added++]; in AddExtraCandidatesForBoxes() 409 Keypoint* const keypoints) { in FindFastKeypoints() argument 506 Keypoint* const keypoint = keypoints + num_keypoints; in FindFastKeypoints() 529 Keypoint* const keypoints) { in FindFastKeypoints() argument 538 downsample_factor, max_num_keypoints, keypoints + num_found); in FindFastKeypoints()
|
/external/autotest/server/site_tests/audiovideo_AVSync/ |
D | audiovideo_AVSync.py | 55 keypoints = [] 62 keypoints.append(sample_no / float(self.AUDIO_CAPTURE_RATE)) 65 return keypoints
|
/external/tensorflow/tensorflow/lite/g3doc/models/pose_estimation/ |
D | overview.md | 7 joints (keypoints). 41 information about keypoints. The keypoints detected are indexed by a part ID,
|