Sebastian Schmidt
5dc81c4c27
Remove unused import on strings.h
...
PiperOrigin-RevId: 504397437
2023-01-24 15:56:15 -08:00
Yuqi Li
679dbb3fd8
nit: update the metadata_schema.fbs file path.
...
PiperOrigin-RevId: 504380873
2023-01-24 14:46:25 -08:00
Sebastian Schmidt
ce9fec806c
Internal change
...
PiperOrigin-RevId: 504341886
2023-01-24 12:18:15 -08:00
Mike Kruskal
9cde57d830
Internal change
...
PiperOrigin-RevId: 504341832
2023-01-24 12:14:02 -08:00
MediaPipe Team
4e135ccdb9
Internal Model Maker change.
...
PiperOrigin-RevId: 504315641
2023-01-24 10:38:25 -08:00
MediaPipe Team
2465e47b01
Stream/SidePacket == and != operators
...
PiperOrigin-RevId: 504114182
2023-01-23 16:43:23 -08:00
MediaPipe Team
873d7181bf
Add mediapipe tasks face detector graph
...
PiperOrigin-RevId: 504078951
2023-01-23 14:15:21 -08:00
Sebastian Schmidt
ccd1461add
Don't error in ExternalFile handler on Windows if FileContent is provided
...
PiperOrigin-RevId: 504069137
2023-01-23 13:38:41 -08:00
MediaPipe Team
69d354fc89
Use c++ struct as hand landmark detection results.
...
PiperOrigin-RevId: 504048095
2023-01-23 12:12:09 -08:00
Nikolay Chirkov
1124569c29
Tensor: Make tensor not requiring "-x objective-c++" option.
...
In this case tensor.h is compiled differently for C++ and Objective-C++ that violates ODR (once definition rule). Tensor has no virtual methods conditionally compiled but some Metal-related data members. Instead, unique_ptr to MtlResources that is declared as forward structure is unconditionally defined in the tensor class. MtlResources is defined differently in cc-file only that compiled just once per project so no ODR violation is here.
PiperOrigin-RevId: 504029286
2023-01-23 11:00:35 -08:00
MediaPipe Team
921b6a6bef
This CL will fix the typo from _PALM_LANMARKS to _PALM_LANDMARKS.
...
PiperOrigin-RevId: 503352055
2023-01-19 22:14:16 -08:00
Copybara-Service
4b9a52dc34
Merge pull request #3995 from priankakariatyml:ios-text-classifier-tests
...
PiperOrigin-RevId: 503242486
2023-01-19 12:59:49 -08:00
Sebastian Schmidt
db1a89324e
Add mediapipe::Image output to the graph runner
...
PiperOrigin-RevId: 503204918
2023-01-19 10:41:13 -08:00
Sebastian Schmidt
a02097ea08
Fix comments
...
PiperOrigin-RevId: 503195768
2023-01-19 10:08:44 -08:00
MediaPipe Team
dcd2adad53
Removing broken links. They might not be relevant since we only support TfLite models.
...
PiperOrigin-RevId: 503183358
2023-01-19 09:19:48 -08:00
Adam Cozzette
7a7cc77a81
Internal change
...
PiperOrigin-RevId: 503157344
2023-01-19 07:20:04 -08:00
MediaPipe Team
e2dedcbfe5
Add SQRT_HANN window type to both SpectrogramCalculator and InverseSpectrogramCalculator.
...
PiperOrigin-RevId: 503041493
2023-01-18 19:42:13 -08:00
Hadon Nash
97af47ebf5
Internal change
...
PiperOrigin-RevId: 503035081
2023-01-18 18:53:42 -08:00
Hadon Nash
66634bbef8
Internal change
...
PiperOrigin-RevId: 503011674
2023-01-18 16:38:11 -08:00
MediaPipe Team
e56fa8f258
Source/SideSource -> Stream/SidePacket
...
PiperOrigin-RevId: 502923931
2023-01-18 11:02:41 -08:00
Nikolay Chirkov
5687d19dec
Tensor: remove unused and unimplemented SetPreferredStorageType methods.
...
PiperOrigin-RevId: 502893019
2023-01-18 09:09:20 -08:00
Jiuqiang Tang
29484702ce
Add process_timestamp_bounds
into RectToRenderScaleCalculatorOptions.
...
PiperOrigin-RevId: 502877541
2023-01-18 08:02:47 -08:00
MediaPipe Team
3688757d17
Fix load_metadata_buffer
for empty metadata
...
PiperOrigin-RevId: 502870428
2023-01-18 07:28:42 -08:00
Sebastian Schmidt
e484bd681e
Export all input and output types
...
PiperOrigin-RevId: 502764544
2023-01-17 20:57:16 -08:00
Sebastian Schmidt
d5e60eb658
Internal change
...
PiperOrigin-RevId: 502764352
2023-01-17 20:53:34 -08:00
Sebastian Schmidt
0b97c6e67d
Update the MP Wasm builds to latest version.
...
PiperOrigin-RevId: 502709126
2023-01-17 15:54:41 -08:00
Camillo Lugaresi
7894c92ab7
Internal change
...
PiperOrigin-RevId: 502709070
2023-01-17 15:51:07 -08:00
Sebastian Schmidt
088249eb36
Export all input and output types
...
PiperOrigin-RevId: 502649430
2023-01-17 11:59:33 -08:00
Jiuqiang Tang
7a4b450c50
Resolve the error "call to 'abs' is ambiguous".
...
PiperOrigin-RevId: 502630518
2023-01-17 10:53:14 -08:00
Jiuqiang Tang
7974171c3d
Merge classificationResultList()
and classificationResult()
to be classificationResults()
, and similar for embeddingResults()
.
...
PiperOrigin-RevId: 502601043
2023-01-17 09:06:49 -08:00
Camillo Lugaresi
c1f5920ecf
Add web performance tracing to the MEDIAPIPE_PROFILING repertoire
...
This records the MEDIAPIPE_PROFILING tracing annotations to the browser's trace using the user timing API. See https://developer.mozilla.org/en-US/docs/Web/API/User_Timing_API
To enable, build with --define MEDIAPIPE_WEB_PROFILING=1 --define DRISHTI_PROFILING=1
PiperOrigin-RevId: 502422030
2023-01-16 12:59:18 -08:00
MediaPipe Team
ffd8486d0d
Add a stub WriteProfile method to GraphProfilerStub.
...
PiperOrigin-RevId: 502388455
2023-01-16 08:38:05 -08:00
Prianka Liz Kariat
67735a6fd3
Added category indices in iOS failure description
2023-01-16 14:01:10 +05:30
Prianka Liz Kariat
cf945d3aeb
Removed unused variable
2023-01-16 13:59:51 +05:30
Prianka Liz Kariat
a0b3e620e4
Removed unused methods
2023-01-16 13:12:27 +05:30
Prianka Liz Kariat
f7fc8a6eca
Updated method names in tests
2023-01-16 13:05:29 +05:30
Prianka Liz Kariat
8ecf77f760
Updated comment style in methods
2023-01-16 13:02:33 +05:30
Prianka Liz Kariat
30533be321
Reformatted comments
2023-01-16 13:00:10 +05:30
MediaPipe Team
92a2e02ace
Internal change
...
PiperOrigin-RevId: 501971410
2023-01-13 17:05:19 -08:00
Sebastian Schmidt
aef4cca406
Copy README.md to NPM package root
...
PiperOrigin-RevId: 501929871
2023-01-13 13:48:02 -08:00
Sebastian Schmidt
f997c0ab1a
Reject RegionOfInterest in not supported tasks
...
PiperOrigin-RevId: 501872455
2023-01-13 09:53:57 -08:00
MediaPipe Team
69757d7924
Internal change
...
PiperOrigin-RevId: 501862194
2023-01-13 09:05:48 -08:00
Prianka Liz Kariat
95f9f0fb88
Updated formatting
2023-01-13 21:18:10 +05:30
Prianka Liz Kariat
c4c07acc1e
Updated comments of MPPCommonUtils
2023-01-13 21:18:01 +05:30
Prianka Liz Kariat
2a53d78ae4
Added swift and objective tests for iOS text classifier
2023-01-13 21:05:44 +05:30
Prianka Liz Kariat
9e0b85c9b5
Added module name for iOS text classifier
2023-01-13 21:05:17 +05:30
Prianka Liz Kariat
c40356c628
Added ios.bzl
2023-01-13 21:04:56 +05:30
Prianka Liz Kariat
0a707256e3
Updates to method signatures of iOS text classifier
2023-01-13 21:04:43 +05:30
Prianka Liz Kariat
fa30100059
Changed swift name of MPPCategory
2023-01-13 21:04:17 +05:30
Prianka Liz Kariat
5642980ab0
Updated iOS error implementation to mimic java
2023-01-13 21:04:03 +05:30