Skip to content
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 1,876 commits into from
Jan 9, 2025
Merged

Update to v.10.18 #99

merged 1,876 commits into from
Jan 9, 2025

Conversation

atobiszei
Copy link
Collaborator

@atobiszei atobiszei commented Dec 3, 2024

TODO for later:
-> possible reenablement of python demos
-> FP16 reenablement for binary input conversion on OVMS side

MediaPipe Team and others added 30 commits August 20, 2024 11:33
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: 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: 668022697
PiperOrigin-RevId: 668121031
PiperOrigin-RevId: 668242434
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 atobiszei force-pushed the atobisze_merge_v.10.18 branch 4 times, most recently from fb631b9 to 57035eb Compare December 20, 2024 16:19
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
Copy link
Collaborator

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.


# BUILD Geti calculators
#RUN bazel build --repo_env=HERMETIC_PYTHON_VERSION=3.10 //mediapipe:geti_targets
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment

@rasapala
Copy link
Collaborator

rasapala commented Jan 8, 2025

Please add TODO: description if something is commented out for future work.

* 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 atobiszei force-pushed the atobisze_merge_v.10.18 branch from e0a2d71 to 461548f Compare January 9, 2025 09:54
@atobiszei atobiszei merged commit 43313dc into main Jan 9, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.