Project import generated by Copybara.

GitOrigin-RevId: 19a829ffd755edb43e54d20c0e7b9348512d5108
This commit is contained in:
MediaPipe Team
2022-05-05 19:57:20 +00:00
committed by schmidt-sebastian
parent c6c80c3745
commit 7fb37c80e8
136 changed files with 2572 additions and 555 deletions
@@ -85,7 +85,7 @@ class KinematicPathSolver {
double current_position_px_;
double prior_position_px_;
double current_velocity_deg_per_s_;
uint64 current_time_;
uint64 current_time_ = 0;
// History of observations (second) and their time (first).
std::deque<std::pair<uint64, int>> raw_positions_at_time_;
// Current target position.
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Lint as: python3
"""Example of reading a MediaSequence dataset.
"""
@@ -24,7 +24,7 @@ load(
licenses(["notice"])
MIN_IOS_VERSION = "10.0"
MIN_IOS_VERSION = "11.0"
alias(
name = "facedetectioncpu",
@@ -24,7 +24,7 @@ load(
licenses(["notice"])
MIN_IOS_VERSION = "10.0"
MIN_IOS_VERSION = "11.0"
alias(
name = "facedetectiongpu",
+1 -1
View File
@@ -24,7 +24,7 @@ load(
licenses(["notice"])
MIN_IOS_VERSION = "10.0"
MIN_IOS_VERSION = "11.0"
alias(
name = "faceeffect",
+1 -1
View File
@@ -24,7 +24,7 @@ load(
licenses(["notice"])
MIN_IOS_VERSION = "10.0"
MIN_IOS_VERSION = "11.0"
alias(
name = "facemeshgpu",
@@ -24,7 +24,7 @@ load(
licenses(["notice"])
MIN_IOS_VERSION = "10.0"
MIN_IOS_VERSION = "11.0"
alias(
name = "handdetectiongpu",
+1 -1
View File
@@ -24,7 +24,7 @@ load(
licenses(["notice"])
MIN_IOS_VERSION = "10.0"
MIN_IOS_VERSION = "11.0"
alias(
name = "handtrackinggpu",
+1 -1
View File
@@ -24,7 +24,7 @@ load(
licenses(["notice"])
MIN_IOS_VERSION = "10.0"
MIN_IOS_VERSION = "11.0"
alias(
name = "helloworld",
@@ -24,7 +24,7 @@ load(
licenses(["notice"])
MIN_IOS_VERSION = "10.0"
MIN_IOS_VERSION = "11.0"
alias(
name = "holistictrackinggpu",
+1 -1
View File
@@ -24,7 +24,7 @@ load(
licenses(["notice"])
MIN_IOS_VERSION = "10.0"
MIN_IOS_VERSION = "11.0"
alias(
name = "iristrackinggpu",
@@ -14,7 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Lint as: python3
"""This script is used to set up automatic provisioning for iOS examples.
It scans the provisioning profiles used by Xcode, looking for one matching the
@@ -24,7 +24,7 @@ load(
licenses(["notice"])
MIN_IOS_VERSION = "10.0"
MIN_IOS_VERSION = "11.0"
alias(
name = "objectdetectioncpu",
@@ -24,7 +24,7 @@ load(
licenses(["notice"]) # Apache 2.0
MIN_IOS_VERSION = "10.0"
MIN_IOS_VERSION = "11.0"
alias(
name = "objectdetectiongpu",
@@ -24,7 +24,7 @@ load(
licenses(["notice"])
MIN_IOS_VERSION = "10.0"
MIN_IOS_VERSION = "11.0"
alias(
name = "objectdetectiontrackinggpu",
+1 -1
View File
@@ -24,7 +24,7 @@ load(
licenses(["notice"])
MIN_IOS_VERSION = "10.0"
MIN_IOS_VERSION = "11.0"
alias(
name = "posetrackinggpu",
@@ -24,7 +24,7 @@ load(
licenses(["notice"])
MIN_IOS_VERSION = "10.0"
MIN_IOS_VERSION = "11.0"
alias(
name = "selfiesegmentationgpu",