forked from google-ai-edge/mediapipe
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to v.10.18 #99
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PiperOrigin-RevId: 665450724
* Use absl::StatusOr instead of StatusOr. * Use extern for absl::Mutex * Use size_t instead of int for vector size. PiperOrigin-RevId: 665557973
PiperOrigin-RevId: 665589285
PiperOrigin-RevId: 666010757
PiperOrigin-RevId: 666504510
PiperOrigin-RevId: 666549292
PiperOrigin-RevId: 666887484
PiperOrigin-RevId: 667553530
PiperOrigin-RevId: 667560050
PiperOrigin-RevId: 667570823
PiperOrigin-RevId: 667581813
PiperOrigin-RevId: 667613034
…uring through kResourcesService. PiperOrigin-RevId: 667649144
PiperOrigin-RevId: 667674313
PiperOrigin-RevId: 667699470
PiperOrigin-RevId: 667742412
PiperOrigin-RevId: 667754922
PiperOrigin-RevId: 667997733
…cludes PiperOrigin-RevId: 668100800
PiperOrigin-RevId: 668121031
PiperOrigin-RevId: 668242434
PiperOrigin-RevId: 688666237
PiperOrigin-RevId: 688715903
PiperOrigin-RevId: 689029635
Step 78/78 : RUN python setup.py install ---> Running in 0c28eef5e6cb + python setup.py install running install /mediapipe/setup.py:501: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! install.install.initialize_options(self)
atobiszei
force-pushed
the
atobisze_merge_v.10.18
branch
4 times, most recently
from
December 20, 2024 16:19
fb631b9
to
57035eb
Compare
rasapala
reviewed
Jan 8, 2025
WORKSPACE
Outdated
@@ -264,9 +264,13 @@ http_archive( | |||
|
|||
# TF on 2024-09-24 | |||
_TENSORFLOW_GIT_COMMIT = "5329ec8dd396487982ef3e743f98c0195af39a6b" | |||
_TENSORFLOW_SHA256 = "eb1f8d740d59ea3dee91108ab1fc19d91c4e9ac2fd17d9ab86d865c3c43d81c9" | |||
# TF on @atobisze TODO | |||
# TFS 2.18.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add date of 2.18.0 release plz.
rasapala
reviewed
Jan 8, 2025
Dockerfile.openvino
Outdated
|
||
# BUILD Geti calculators | ||
#RUN bazel build --repo_env=HERMETIC_PYTHON_VERSION=3.10 //mediapipe:geti_targets |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comment
Please add TODO: description if something is commented out for future work. |
rasapala
approved these changes
Jan 8, 2025
atobiszei
force-pushed
the
atobisze_merge_v.10.18
branch
from
January 8, 2025 12:20
85d8320
to
51d21ba
Compare
atobiszei
force-pushed
the
atobisze_merge_v.10.18
branch
from
January 8, 2025 14:19
561a5ca
to
cc927e4
Compare
* Disable LLm calculators from building in OVMS defines from .bazelrc doesn't work for some reason external/ovms/src/rerank/rerank_calculator.cc:373:29: error: 'rerank_calculator_logger' was not declared in this scope Even tough ovms is build with no mp no py option * Disable nonbuildable protos from setup.py * Patch for incompatible opencv with ovms external/ovms/src/tensor_conversion.cpp:55:16: error: 'CV_16F' was not declared in this scope; did you mean 'CV_16S'? Leave model loader out as not needed * Turn off Python demos testing in CI This is yet to be enabled fully after update to 0.10.18 * Restore to updated zlib version
atobiszei
force-pushed
the
atobisze_merge_v.10.18
branch
from
January 9, 2025 09:54
e0a2d71
to
461548f
Compare
dkalinowski
approved these changes
Jan 9, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TODO for later:
-> possible reenablement of python demos
-> FP16 reenablement for binary input conversion on OVMS side