Commit Graph

1939 Commits

Author SHA1 Message Date
Prianka Liz Kariat
37e14a7cad Updated formatting 2023-05-04 01:02:47 +05:30
Prianka Liz Kariat
4401b11c3a Updated formatting 2023-05-04 01:02:27 +05:30
Prianka Liz Kariat
4558486459 Updated error message in object detector tests 2023-05-04 01:01:47 +05:30
Prianka Liz Kariat
7e53fdc1b3 Updated documentation 2023-05-04 01:01:25 +05:30
Prianka Liz Kariat
5dd6b0c72a Updated object detector to call delegates on a dedicated background queue 2023-05-04 01:01:09 +05:30
Prianka Liz Kariat
546b153f07 Updated image classifier delegate methods to be dispatched onto a dedicated queue. 2023-05-04 01:00:36 +05:30
Prianka Liz Kariat
efbfe93515 Added method in MPPVisionTaskRunner to construct a unique queue name 2023-05-04 00:58:11 +05:30
Prianka Liz Kariat
df6c4e5651 Added method to fetch uuid in NSStringHelpers 2023-05-04 00:57:23 +05:30
Prianka Liz Kariat
e5cfd23882 Remove unused variable 2023-05-03 15:57:37 +05:30
Prianka Liz Kariat
c82a27599b Updated iOS image classifier and object detector callback invocations to avoid retain cycles 2023-05-03 14:29:33 +05:30
Prianka Liz Kariat
d9a245b80b Updated delegate properties to be nullable for swift bridging 2023-05-02 18:40:50 +05:30
Prianka Liz Kariat
e61e5f2bf7 Updated comments 2023-05-02 15:11:37 +05:30
Prianka Liz Kariat
0225139a98 Updated delegate method to be optional 2023-05-02 15:07:36 +05:30
Prianka Liz Kariat
8284732874 Updated image classifier and object detector tests 2023-05-02 08:45:44 +05:30
Prianka Liz Kariat
82a238a0c8 Added condition check for delegates 2023-05-02 08:45:08 +05:30
Prianka Liz Kariat
c9b00b07e0 Updated iOS error messages 2023-05-02 08:44:47 +05:30
Prianka Liz Kariat
dffb73e4eb Updated object detector tests to use delegates 2023-05-02 07:51:15 +05:30
Prianka Liz Kariat
c58cb97055 Updated documentatio 2023-05-02 07:47:49 +05:30
Prianka Liz Kariat
304fa431c2 Changed back to building default opencv framework for iOS 2023-05-02 07:34:54 +05:30
Prianka Liz Kariat
fabca9ea4c Added flow limit calculator for building frameworks 2023-05-02 07:29:03 +05:30
Prianka Liz Kariat
eebe498ce1 Changed iOS object detector async calls to delegates 2023-05-02 07:28:42 +05:30
Prianka Liz Kariat
86269722ba Changed iOS image classifier async calls to delegate 2023-05-02 07:28:13 +05:30
MediaPipe Team
0a8be0d09d Internal change
PiperOrigin-RevId: 528632873
2023-05-01 18:40:33 -07:00
Jiuqiang Tang
fca728d226 Set face alignment image width and hight to 256.
PiperOrigin-RevId: 528583074
2023-05-01 15:01:39 -07:00
Jiuqiang Tang
162a999887 Check the output stream tag rather than the input stream tag in face stylizer graph.
PiperOrigin-RevId: 528555024
2023-05-01 13:14:32 -07:00
MediaPipe Team
5526e96b21 Internal change for proto library outputs.
PiperOrigin-RevId: 528539840
2023-05-01 12:17:29 -07:00
Yuqi Li
085f8265fb Internal change
PiperOrigin-RevId: 528517562
2023-05-01 11:01:23 -07:00
MediaPipe Team
cab619f8da Fix typo in README
PiperOrigin-RevId: 528506206
2023-05-01 10:25:05 -07:00
Jiuqiang Tang
b9a9da5de5 Ignore fetching face stylizer model when the graph doesn't output stylized face images.
PiperOrigin-RevId: 528504312
2023-05-01 10:18:41 -07:00
MediaPipe Team
ad4ae6559b Add an extra op to rescale face stylizer generation output from [-1, 1] to [0, 1].
This conversion is to support running the model on both GPU and CPU.

PiperOrigin-RevId: 528400297
2023-04-30 23:14:29 -07:00
MediaPipe Team
80b19fff4b Internal Change
PiperOrigin-RevId: 528399911
2023-04-30 23:10:21 -07:00
Jiuqiang Tang
c29e43dda0 Add the "FACE_ALIGNMENT" output stream to the face stylizer graph.
PiperOrigin-RevId: 528345204
2023-04-30 16:59:36 -07:00
MediaPipe Team
c450283715 Add a filegroup for referencing model.
PiperOrigin-RevId: 528251316
2023-04-30 01:19:19 -07:00
Sebastian Schmidt
8e510a3255 Invoke PoseListener callback while C++ Packet is still active
PiperOrigin-RevId: 528061429
2023-04-28 21:22:02 -07:00
Sebastian Schmidt
253f13ad62 Invoke callback for InteractiveSegmenter while C++ Packets are active
PiperOrigin-RevId: 528053621
2023-04-28 20:34:17 -07:00
Sebastian Schmidt
d5c5457d25 Only log warnings once if color conversion is not specified
PiperOrigin-RevId: 528052009
2023-04-28 20:24:17 -07:00
Sebastian Schmidt
a9721ae2fb Invoke callback for ImageSegmenter while C++ Packets are active
PiperOrigin-RevId: 528047220
2023-04-28 20:01:10 -07:00
Sebastian Schmidt
e15add2475 Shorten MPImage API
PiperOrigin-RevId: 528039371
2023-04-28 19:00:17 -07:00
Esha Uboweja
b1f93b3b27 Fixes HAND_ROIS_FROM_LANDMARKS output to be hand_rects_from_landmarks output stream.
PiperOrigin-RevId: 528024796
2023-04-28 17:25:05 -07:00
Sebastian Schmidt
874cc9dea3 Update PoseLandmarker to return MPImage
PiperOrigin-RevId: 528022223
2023-04-28 17:13:07 -07:00
Sebastian Schmidt
dcef6df1cb Update InteractiveSegmenter to return MPImage
PiperOrigin-RevId: 528010944
2023-04-28 16:13:51 -07:00
Copybara-Service
bbbc0f98c5 Merge pull request #4268 from priankakariatyml:object-detector-objc-tests
PiperOrigin-RevId: 527991967
2023-04-28 14:52:20 -07:00
Sebastian Schmidt
2c1d9c6582 Update ImageSegmenter to return MPImage
PiperOrigin-RevId: 527990991
2023-04-28 14:48:30 -07:00
Sebastian Schmidt
a544098100 Update FaceStylizer to return MPImage
PiperOrigin-RevId: 527980696
2023-04-28 14:05:11 -07:00
Copybara-Service
5cffb3973f Merge pull request #4303 from kinaryml:pose-landmarker-python
PiperOrigin-RevId: 527948047
2023-04-28 11:59:28 -07:00
Copybara-Service
2bb1b454ea Merge pull request #4300 from priankakariatyml:ios-text-cocoapods-force-load
PiperOrigin-RevId: 527932547
2023-04-28 11:06:44 -07:00
MediaPipe Team
3dce259bf6 Internal change
PiperOrigin-RevId: 527931585
2023-04-28 11:02:26 -07:00
MediaPipe Team
b2fbb2ddab Internal change
PiperOrigin-RevId: 527909361
2023-04-28 09:43:56 -07:00
MediaPipe Team
cf22c97143 Add the TFLite conversion API to BlazeFaceStylizer in model maker.
PiperOrigin-RevId: 527806005
2023-04-28 00:30:51 -07:00
Sebastian Schmidt
5d9761cbfd Update tests and demos to call "close".
PiperOrigin-RevId: 527746909
2023-04-27 18:58:57 -07:00