MediaPipe Team and Copybara-Service
62538a9496
No public description
...
PiperOrigin-RevId: 550954023
2023-07-25 11:57:08 -07:00
MediaPipe Team and Copybara-Service
3e93cbc838
Internal change
...
PiperOrigin-RevId: 547404737
2023-07-12 00:04:40 -07:00
Yilei Yang and Copybara-Service
917af2ce6b
Internal change
...
PiperOrigin-RevId: 547346939
2023-07-11 17:52:07 -07:00
MediaPipe Team and Copybara-Service
56bc019819
Model Maker allow core dataset library to handle datasets with unknown sizes.
...
PiperOrigin-RevId: 547268411
2023-07-11 12:47:37 -07:00
MediaPipe Team and Copybara-Service
0bb4ee8941
Add MobileNetV2_I320 and MobileNetMultiHWAVG_I384 to support larger input image sizes.
...
PiperOrigin-RevId: 544393692
2023-06-29 10:24:52 -07:00
MediaPipe Team and Copybara-Service
1ee55d1f1b
Support ExBert training and option to select between AdamW and LAMB optimizers for BertClassifier
...
PiperOrigin-RevId: 543905014
2023-06-27 18:05:15 -07:00
MediaPipe Team and Copybara-Service
ba7e0e0e50
Add a face alignment preprocessor to face stylizer.
...
PiperOrigin-RevId: 542559764
2023-06-22 07:59:52 -07:00
MediaPipe Team and Copybara-Service
c86d80a031
Internal Changes
...
PiperOrigin-RevId: 542387813
2023-06-21 16:02:54 -07:00
MediaPipe Team and Copybara-Service
895c685df6
1. Model maker core classifier change _metric_function field to _metric_functions in order to support having multiple metrics.
...
2. Add SparsePrecision, SparseRecall, BinarySparsePrecisionAtRecall, and BinarySparseRecallAtPrecision to the shared metrics library.
3. Add SparsePrecision, SparseRecall to text classifier, and have the option to evaluate the model with BinarySparsePrecisionAtRecall and BinarySparseRecallAtPrecision
PiperOrigin-RevId: 542376451
2023-06-21 15:19:29 -07:00
Sebastian Schmidt and Copybara-Service
ef6aeb8828
Allow passing of HParams to MediaPipe training docker
...
PiperOrigin-RevId: 542052304
2023-06-20 14:39:38 -07:00
MediaPipe Team and Copybara-Service
80208079d2
Use GFile for internal file systems.
...
PiperOrigin-RevId: 541041972
2023-06-16 16:45:56 -07:00
MediaPipe Team and Copybara-Service
4b0f3cacae
Internal change
...
PiperOrigin-RevId: 538313290
2023-06-06 15:52:55 -07:00
MediaPipe Team and Copybara-Service
cbf1d97429
Internal change
...
PiperOrigin-RevId: 537613648
2023-06-03 20:19:16 -07:00
MediaPipe Team and Copybara-Service
759e9fd56e
Reorganize the face stylizer test data.
...
PiperOrigin-RevId: 536074239
2023-05-28 19:28:14 -07:00
MediaPipe Team and Copybara-Service
ea314ba455
Fix license typos.
...
PiperOrigin-RevId: 535309354
2023-05-25 10:53:37 -07:00
MediaPipe Team and Copybara-Service
bc035d9146
This will fix the multiple typos in the tasks files.
...
PiperOrigin-RevId: 534679277
2023-05-23 21:49:34 -07:00
MediaPipe Team and Copybara-Service
64af919107
Internal change
...
PiperOrigin-RevId: 531007009
2023-05-10 14:38:19 -07:00
MediaPipe Team and Copybara-Service
ecc8dca8ba
Internal change
...
PiperOrigin-RevId: 529752098
2023-05-05 10:28:38 -07:00
MediaPipe Team and Copybara-Service
61cfe2ca9b
Object Detector remove nms operation from exported tflite
...
PiperOrigin-RevId: 529559380
2023-05-04 17:36:11 -07:00
MediaPipe Team and jqtang
12b0b6fad1
Internal change
...
PiperOrigin-RevId: 529495239
2023-05-04 14:51:19 -07:00
MediaPipe Team and Copybara-Service
b350f72394
Support MultiHW AVG Architecture for object detector
...
PiperOrigin-RevId: 529221127
2023-05-03 16:12:59 -07:00
MediaPipe Team and Copybara-Service
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 and Copybara-Service
c450283715
Add a filegroup for referencing model.
...
PiperOrigin-RevId: 528251316
2023-04-30 01:19:19 -07:00
MediaPipe Team and Copybara-Service
cf22c97143
Add the TFLite conversion API to BlazeFaceStylizer in model maker.
...
PiperOrigin-RevId: 527806005
2023-04-28 00:30:51 -07:00
MediaPipe Team and Copybara-Service
82b8e4d7bf
Update the face stylizer config to match the latest encoder and detector config.
...
PiperOrigin-RevId: 527637477
2023-04-27 11:37:16 -07:00
MediaPipe Team and Copybara-Service
b05fd21709
Refactor the loss functions to initialize the VGG loss function in the init function to avoid duplicated initialization.
...
PiperOrigin-RevId: 527424556
2023-04-26 17:49:19 -07:00
MediaPipe Team and Copybara-Service
48aa88f39d
Change object detector learning rate decay to cosine decay.
...
PiperOrigin-RevId: 527337105
2023-04-26 12:13:17 -07:00
MediaPipe Team and Copybara-Service
507ed0d91d
Add custom metadata for object detection model with out-of-graph nms.
...
PiperOrigin-RevId: 527083453
2023-04-25 14:58:51 -07:00
Jiuqiang Tang and Copybara-Service
3bc8276678
Remove "All Rights Reserved." in copyright headers.
...
PiperOrigin-RevId: 526982992
2023-04-25 09:06:29 -07:00
MediaPipe Team and Copybara-Service
56df724c36
Add customizable face stylizer module in MediaPipe model maker
...
PiperOrigin-RevId: 526883862
2023-04-25 00:47:45 -07:00
MediaPipe Team and Copybara-Service
33c8c68bba
Add a default_applicable_licenses to model_maker/python/vision/core.
...
PiperOrigin-RevId: 526716940
2023-04-24 12:08:34 -07:00
MediaPipe Team and Copybara-Service
abded49e5b
Internal change
...
PiperOrigin-RevId: 526300079
2023-04-22 10:52:14 -07:00
MediaPipe Team and Copybara-Service
a6c1bb6324
Internal change
...
PiperOrigin-RevId: 526235882
2023-04-22 00:28:52 -07:00
MediaPipe Team and Copybara-Service
3e0ed2ced0
Internal Changes
...
PiperOrigin-RevId: 525180095
2023-04-18 10:14:08 -07:00
MediaPipe Team and Copybara-Service
43fd744296
Internal Changes
...
PiperOrigin-RevId: 524997017
2023-04-17 17:43:40 -07:00
MediaPipe Team and Copybara-Service
0067a1b5c2
Internal changes
...
PiperOrigin-RevId: 522248624
2023-04-05 22:37:11 -07:00
MediaPipe Team and Copybara-Service
5a1a9269e6
Internal Changes
...
PiperOrigin-RevId: 522247775
2023-04-05 22:31:13 -07:00
MediaPipe Team and Copybara-Service
7ae4d0175a
CL will fix the typos in the tasks files
...
PiperOrigin-RevId: 522240681
2023-04-05 21:42:19 -07:00
MediaPipe Team and Copybara-Service
6605f551e7
Object Detector add batch_size and train_data to get_steps_per_epoch.
...
PiperOrigin-RevId: 522149938
2023-04-05 14:11:29 -07:00
MediaPipe Team and Copybara-Service
5615c1e459
Delete duplicate public APIs in object detector
...
PiperOrigin-RevId: 522098326
2023-04-05 10:58:08 -07:00
MediaPipe Team and Copybara-Service
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
MediaPipe Team and Copybara-Service
1eeb89e95f
Add the model configuration and training hyperparameters for BlazeFaceStylizer.
...
PiperOrigin-RevId: 520767282
2023-03-30 16:07:11 -07:00
MediaPipe Team and Copybara-Service
0c8f691a36
Internal changes
...
PiperOrigin-RevId: 520411557
2023-03-29 12:35:20 -07:00
MediaPipe Team and Copybara-Service
9ee02481b1
Fix object detector pascal voc dataloader issue
...
PiperOrigin-RevId: 520160549
2023-03-28 16:06:44 -07:00
MediaPipe Team and Copybara-Service
97c271644a
Open Source Object Detector
...
PiperOrigin-RevId: 519201221
2023-03-24 11:53:18 -07:00
MediaPipe Team and Copybara-Service
560945ad39
Internal Changes
...
PiperOrigin-RevId: 517219631
2023-03-16 13:58:02 -07:00
MediaPipe Team and Copybara-Service
6774794d02
Add the dataset module for face stylizer in model maker.
...
PiperOrigin-RevId: 516628350
2023-03-14 14:11:20 -07:00
MediaPipe Team and Copybara-Service
c94de4032d
Fix preprocess Callable typing
...
PiperOrigin-RevId: 515818356
2023-03-10 21:50:46 -08:00
MediaPipe Team and Copybara-Service
2d8f937913
Improve docstring of image classifier model spec.
...
PiperOrigin-RevId: 515466722
2023-03-09 16:06:40 -08:00
Yuqi Li and Copybara-Service
9e7950a69a
Make each model file in the model asset bundle to be aligned relative to the start of the file (alignment = 4).
...
PiperOrigin-RevId: 511624410
2023-02-22 16:15:24 -08:00