chopper.lee
7a9be52c7b
fix: specify missing tflite model
...
After being updated to download tflite files from gcp, the necessary tflite files have to be specified in BUILD.
In the face mesh example, the tflite file required for face detection was missing, so it was specified.
2023-04-04 13:57:39 +09:00
Joe Fernandez
c31a4681e5
Fix left navigation mediapipe.dev docs legacy solutions web pages
...
PiperOrigin-RevId: 521609493
2023-04-03 17:44:07 -07:00
MediaPipe Team
7c7eb74ef2
Internal change
...
PiperOrigin-RevId: 521586389
2023-04-03 16:00:24 -07:00
jqtang
3c05df9c46
Merge pull request #4235 from priankakariatyml:ios-object-detection-containers
...
PiperOrigin-RevId: 521553151
2023-04-03 15:12:06 -07:00
Sebastian Schmidt
e84799ee37
Internal change
...
PiperOrigin-RevId: 521483663
2023-04-03 09:45:42 -07:00
Prianka Liz Kariat
048cc51e13
Added new line
2023-04-03 20:15:35 +05:30
Prianka Liz Kariat
1ab9b138ef
Added MPPObjectDetectorOptions
2023-04-03 20:14:41 +05:30
Prianka Liz Kariat
67fcf9196e
Added MPPObjectDetectionResult
2023-04-03 20:14:26 +05:30
Prianka Liz Kariat
4943029d62
Added MPPDetectionHelpers
2023-04-03 20:11:44 +05:30
Prianka Liz Kariat
9421249de1
Added MPPDetection
2023-04-03 20:07:45 +05:30
MediaPipe Team
cfe91f3c8c
Internal change
...
PiperOrigin-RevId: 521424672
2023-04-03 04:46:59 -07:00
MediaPipe Team
4a490cd27c
This CL fixes the multiple typos in the new task api solution
...
PiperOrigin-RevId: 521407588
2023-04-03 03:05:29 -07:00
MediaPipe Team
b5bbed8ebb
Internal change
...
PiperOrigin-RevId: 521406957
2023-04-03 03:01:23 -07:00
MediaPipe Team
696bedcaa1
Internal change
...
PiperOrigin-RevId: 521327449
2023-04-02 17:43:47 -07:00
MediaPipe Team
1fa9b2c985
Internal change
...
PiperOrigin-RevId: 521279971
2023-04-02 08:32:09 -07:00
MediaPipe Team
50a49fd16c
Internal change
...
PiperOrigin-RevId: 521226781
2023-04-01 22:29:07 -07:00
MediaPipe Team
d9f940f8b2
Model Maker object detector change learning_rate_boundaries to learning_rate_epoch_boundaries.
...
PiperOrigin-RevId: 521024056
2023-03-31 15:19:26 -07:00
Jiuqiang Tang
7f9fd4f154
Add the minimum version number requirement to sounddevice in requirements.txt.
...
PiperOrigin-RevId: 520998845
2023-03-31 13:27:42 -07:00
Sebastian Schmidt
c40e0fb6d5
Internal change
...
PiperOrigin-RevId: 520956127
2023-03-31 10:33:27 -07:00
MediaPipe Team
1ff80f906c
draw mouth to shoulder line after connection, to align with python viz code
...
PiperOrigin-RevId: 520935390
2023-03-31 09:05:10 -07:00
MediaPipe Team
4dcb9a2201
Internal change
...
PiperOrigin-RevId: 520875109
2023-03-31 03:06:43 -07:00
MediaPipe Team
733216da7e
Use "x86_32" instead of "i386" for Bazel CPU ID -- they are currently synonyms, but "i386" is likely to be deprecated and removed in the future.
...
PiperOrigin-RevId: 520865783
2023-03-31 02:06:53 -07:00
MediaPipe Team
5fe4e1ad0e
Internal change
...
PiperOrigin-RevId: 520861522
2023-03-31 01:39:07 -07:00
Alan Kelly
6a6786673e
Do not explicitly set XNNPACK delegate flags.
...
XNNPACK is now enabled by default for all types so the behaviour remains identical.
PiperOrigin-RevId: 520855384
2023-03-31 00:59:29 -07:00
MediaPipe Team
88d68341de
Migrate face stylizer model files to GCS to use downloadable models in model maker.
...
PiperOrigin-RevId: 520848629
2023-03-31 00:11:51 -07:00
MediaPipe Team
4ce87866da
Add landmarks smoothing filter when requested face num is 1.
...
PiperOrigin-RevId: 520825046
2023-03-30 21:30:24 -07:00
MediaPipe Team
ea9083c89d
visualize blaze pose for controlnet
...
PiperOrigin-RevId: 520823020
2023-03-30 21:20:06 -07:00
Sebastian Schmidt
145fc1ed38
Don't overwrite detection options if not specified in setOptions()
...
PiperOrigin-RevId: 520790479
2023-03-30 17:56:05 -07:00
Jiuqiang Tang
508c72ddc9
Internal changes
...
PiperOrigin-RevId: 520775988
2023-03-30 16:45:34 -07:00
MediaPipe Team
1eeb89e95f
Add the model configuration and training hyperparameters for BlazeFaceStylizer.
...
PiperOrigin-RevId: 520767282
2023-03-30 16:07:11 -07:00
MediaPipe Team
a4923ca7aa
Internal compatible_with change
...
PiperOrigin-RevId: 520751319
2023-03-30 15:01:09 -07:00
MediaPipe Team
f8f7126bdd
Internal change
...
PiperOrigin-RevId: 520726897
2023-03-30 13:27:19 -07:00
MediaPipe Team
d43579fe3e
Internal change
...
PiperOrigin-RevId: 520717805
2023-03-30 12:56:44 -07:00
MediaPipe Team
99ba7dd787
Rewrite audio buffer conversion in Eigen primitives
...
PiperOrigin-RevId: 520717550
2023-03-30 12:52:22 -07:00
Jiuqiang Tang
984073bf73
Fix the "'<>' with anonymous inner classes is not supported" error.
...
PiperOrigin-RevId: 520705926
2023-03-30 12:05:08 -07:00
MediaPipe Team
d7fd5b0cf5
Fix incorrect rotation handling in C++ vision tasks
...
PiperOrigin-RevId: 520670536
2023-03-30 10:05:25 -07:00
MediaPipe Team
0e951b8add
Internal change
...
PiperOrigin-RevId: 520636929
2023-03-30 07:48:07 -07:00
MediaPipe Team
15d81576aa
Change getLabels method to public
...
PiperOrigin-RevId: 520537239
2023-03-29 22:12:52 -07:00
Sebastian Schmidt
f9eb3defa0
Internal change
...
PiperOrigin-RevId: 520523622
2023-03-29 21:04:07 -07:00
Sebastian Schmidt
ac52859f1d
Gracefully fail resource path lookup for Python on Windows
...
PiperOrigin-RevId: 520513921
2023-03-29 20:14:29 -07:00
Sebastian Schmidt
ee1807d8e3
Don't use Bazel runfiles on for Python on Windows
...
PiperOrigin-RevId: 520504539
2023-03-29 19:10:07 -07:00
Sebastian Schmidt
eaa708a18d
Enable TextClassifier and TextEmbedder on Windows Python
...
PiperOrigin-RevId: 520498308
2023-03-29 18:26:53 -07:00
Sebastian Schmidt
df67b35348
Internal change
...
PiperOrigin-RevId: 520486540
2023-03-29 17:27:16 -07:00
Sebastian Schmidt
6be4aedcf7
Use mediapipe_proto_library for all MediaPipe Protos
...
PiperOrigin-RevId: 520451054
2023-03-29 15:00:59 -07:00
MediaPipe Team
0c8f691a36
Internal changes
...
PiperOrigin-RevId: 520411557
2023-03-29 12:35:20 -07:00
MediaPipe Team
8e9207a7de
Internal change
...
PiperOrigin-RevId: 520373147
2023-03-29 10:24:10 -07:00
Sebastian Schmidt
b3d999704f
FaceStylizer Java API
...
PiperOrigin-RevId: 520344417
2023-03-29 08:37:50 -07:00
MediaPipe Team
316bd05e86
Internal change
...
PiperOrigin-RevId: 520263349
2023-03-29 01:35:04 -07:00
Sebastian Schmidt
dc132a5629
Don't use Bazel runfiles on for Python on Windows
...
PiperOrigin-RevId: 520174325
2023-03-28 17:04:16 -07:00
MediaPipe Team
9ee02481b1
Fix object detector pascal voc dataloader issue
...
PiperOrigin-RevId: 520160549
2023-03-28 16:06:44 -07:00